Browse Source

enable busybox ipv6 only when kernel module is choosen

Waldemar Brodkorb 9 years ago
parent
commit
43da0f55c3

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

@@ -106,7 +106,7 @@ config BUSYBOX_WHOIS
 
 config BUSYBOX_FEATURE_IPV6
 	bool "Enable IPv6 support"
-	default y
+	default n
 	help
 	  Enable IPv6 support in busybox.
 	  This adds IPv6 support in the networking applets.

+ 1 - 0
target/linux/config/Config.in.network

@@ -12,6 +12,7 @@ config ADK_KERNEL_IP_FIB_HASH
 
 config ADK_KERNEL_IPV6
 	tristate "Enable IPv6 support"
+	select BUSYBOX_FEATURE_IPV6
 	help
 	  This is complemental support for the IP version 6.
 	  You will still be able to do traditional IPv4 networking as well.