svn commit: trunk/busybox/networking
landley at busybox.net
landley at busybox.net
Mon Apr 10 17:32:06 UTC 2006
Author: landley
Date: 2006-04-10 10:32:05 -0700 (Mon, 10 Apr 2006)
New Revision: 14787
Log:
Missing dependency spotted by Robert P Day.
Modified:
trunk/busybox/networking/Config.in
Changeset:
Modified: trunk/busybox/networking/Config.in
===================================================================
--- trunk/busybox/networking/Config.in 2006-04-10 17:28:27 UTC (rev 14786)
+++ trunk/busybox/networking/Config.in 2006-04-10 17:32:05 UTC (rev 14787)
@@ -260,7 +260,7 @@
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 @@
help
Support IPv6 address literal notation in URLs.
-source networking/udhcp/Config.in
-
config CONFIG_ZCIP
bool "zcip"
default n
More information about the busybox-cvs
mailing list