浏览代码

busybox: fix previous commit, make CONFIG_BUSYBOX_CONFIG_FEATURE_IPV6 default to CONFIG_IPV6, not depend on it

SVN-Revision: 29789
Jo-Philipp Wich 14 年之前
父节点
当前提交
e7cfd6e245
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      package/busybox/config/networking/Config.in

+ 1 - 2
package/busybox/config/networking/Config.in

@@ -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.