busybox: fix previous commit, make CONFIG_BUSYBOX_CONFIG_FEATURE_IPV6 default to...
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 19 Jan 2012 01:50:53 +0000 (01:50 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 19 Jan 2012 01:50:53 +0000 (01:50 +0000)
SVN-Revision: 29789

package/busybox/config/networking/Config.in

index f83915d7071cc4312347ce39d5d8f15459e09f45..3df7b1f1297447f93c0e59a3c2fb688aeda376e7 100644 (file)
@@ -102,8 +102,7 @@ config BUSYBOX_CONFIG_WHOIS
 
 config BUSYBOX_CONFIG_FEATURE_IPV6
        bool "Enable IPv6 support"
-       default y
-       depends on IPV6
+       default IPV6
        help
          Enable IPv6 support in busybox.
          This adds IPv6 support in the networking applets.