aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-01-19 01:50:53 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-01-19 01:50:53 +0000
commit2499b683d73a91d161e45e138971027fa5a11393 (patch)
tree564fad4d353cd02fd26827806c5b20697c4f25bb /package/busybox
parentbe373bdc495215324c34d585729025256d63b311 (diff)
downloadupstream-2499b683d73a91d161e45e138971027fa5a11393.tar.gz
upstream-2499b683d73a91d161e45e138971027fa5a11393.tar.bz2
upstream-2499b683d73a91d161e45e138971027fa5a11393.zip
[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
Diffstat (limited to 'package/busybox')
-rw-r--r--package/busybox/config/networking/Config.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/busybox/config/networking/Config.in b/package/busybox/config/networking/Config.in
index f83915d707..3df7b1f129 100644
--- a/package/busybox/config/networking/Config.in
+++ b/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.