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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29789 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Jo-Philipp Wich 2012-01-19 01:50:53 +00:00
parent be373bdc49
commit 2499b683d7
1 changed files with 1 additions and 2 deletions

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