diff options
author | Rob Landley <rob@landley.net> | 2006-04-10 17:32:05 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-04-10 17:32:05 +0000 |
commit | ea4c53ca43337e2a607d02111f10c763f631e06a (patch) | |
tree | 7de3929da2b4e22ab446a4dbd742972c83f05cff | |
parent | 8ad70871b55ee3a3ae8b27144e7169a96449ca4b (diff) | |
download | busybox-w32-ea4c53ca43337e2a607d02111f10c763f631e06a.tar.gz busybox-w32-ea4c53ca43337e2a607d02111f10c763f631e06a.tar.bz2 busybox-w32-ea4c53ca43337e2a607d02111f10c763f631e06a.zip |
Missing dependency spotted by Robert P Day.
-rw-r--r-- | networking/Config.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/networking/Config.in b/networking/Config.in index 7820c9a62..0a57170f0 100644 --- a/networking/Config.in +++ b/networking/Config.in | |||
@@ -260,7 +260,7 @@ config CONFIG_FEATURE_IFUPDOWN_IPV4 | |||
260 | config CONFIG_FEATURE_IFUPDOWN_IPV6 | 260 | config CONFIG_FEATURE_IFUPDOWN_IPV6 |
261 | bool " Enable support for IPv6" | 261 | bool " Enable support for IPv6" |
262 | default n | 262 | default n |
263 | depends on CONFIG_IFUPDOWN | 263 | depends on CONFIG_IFUPDOWN && CONFIG_FEATURE_IPV6 |
264 | help | 264 | help |
265 | If you need support for IPv6, turn this option on. | 265 | If you need support for IPv6, turn this option on. |
266 | 266 | ||
@@ -688,8 +688,6 @@ config CONFIG_FEATURE_WGET_IP6_LITERAL | |||
688 | help | 688 | help |
689 | Support IPv6 address literal notation in URLs. | 689 | Support IPv6 address literal notation in URLs. |
690 | 690 | ||
691 | source networking/udhcp/Config.in | ||
692 | |||
693 | config CONFIG_ZCIP | 691 | config CONFIG_ZCIP |
694 | bool "zcip" | 692 | bool "zcip" |
695 | default n | 693 | default n |