From ea4c53ca43337e2a607d02111f10c763f631e06a Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 10 Apr 2006 17:32:05 +0000 Subject: Missing dependency spotted by Robert P Day. --- networking/Config.in | 4 +--- 1 file changed, 1 insertion(+), 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 config CONFIG_FEATURE_IFUPDOWN_IPV6 bool " Enable support for IPv6" default n - depends on CONFIG_IFUPDOWN + depends on CONFIG_IFUPDOWN && CONFIG_FEATURE_IPV6 help If you need support for IPv6, turn this option on. @@ -688,8 +688,6 @@ config CONFIG_FEATURE_WGET_IP6_LITERAL help Support IPv6 address literal notation in URLs. -source networking/udhcp/Config.in - config CONFIG_ZCIP bool "zcip" default n -- cgit v1.2.3