Remove code for protocols we don't properly support. (Most of this could
[oweals/busybox.git] / networking / Config.in
index 28792a679289e6319523c4238fce569e0c00a647..03b8d7bde07cb0199e7a325ada6fe8e183201e0a 100644 (file)
@@ -222,7 +222,7 @@ config CONFIG_FEATURE_IFUPDOWN_IP
          Use the iproute "ip" command to implement "ifup" and "ifdown", rather
          than the default of using the older 'ifconfig' and 'route' utilities.
 
-config CONFIG_FEATURE_IFUPDOWN_IP_BUUILTIN
+config CONFIG_FEATURE_IFUPDOWN_IP_BUILTIN
        bool "  Use busybox ip applet"
        default y
        depends on CONFIG_FEATURE_IFUPDOWN_IP
@@ -236,7 +236,7 @@ config CONFIG_FEATURE_IFUPDOWN_IP_BUUILTIN
          If leave this disabled, you must install the full-blown iproute2
          utility or the  "ifup" and "ifdown" applets will not work.
 
-config CONFIG_FEATURE_IFUPDOWN_IP_BUUILTIN
+config CONFIG_FEATURE_IFUPDOWN_IP_BUILTIN
        bool "  Use busybox ifconfig and route applets"
        default y
        depends on CONFIG_IFUPDOWN && !CONFIG_FEATURE_IFUPDOWN_IP
@@ -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.
 
@@ -653,6 +653,7 @@ config CONFIG_FEATURE_TRACEROUTE_USE_ICMP
        help
          Add feature to allow for ICMP ECHO instead of UDP datagrams.
 
+source networking/udhcp/Config.in
 
 config CONFIG_VCONFIG
        bool "vconfig"
@@ -684,12 +685,10 @@ config CONFIG_FEATURE_WGET_AUTHENTICATION
 config CONFIG_FEATURE_WGET_IP6_LITERAL
        bool "  Enable IPv6 literal addresses"
        default y
-       depends on CONFIG_WGET
+       depends on CONFIG_WGET && CONFIG_FEATURE_IPV6
        help
          Support IPv6 address literal notation in URLs.
 
-source networking/udhcp/Config.in
-
 config CONFIG_ZCIP
        bool "zcip"
        default n