busybox: make CONFIG_BUSYBOX_CONFIG_FEATURE_IPV6 depend on CONFIG_IPV6

SVN-Revision: 29788
owl
Jo-Philipp Wich 2012-01-19 01:33:53 +00:00
parent 2fc3fe1d09
commit 7a06d9a8a0
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ config BUSYBOX_CONFIG_WHOIS
config BUSYBOX_CONFIG_FEATURE_IPV6 config BUSYBOX_CONFIG_FEATURE_IPV6
bool "Enable IPv6 support" bool "Enable IPv6 support"
default y default y
depends on IPV6
help help
Enable IPv6 support in busybox. Enable IPv6 support in busybox.
This adds IPv6 support in the networking applets. This adds IPv6 support in the networking applets.