summaryrefslogtreecommitdiffstats
path: root/package/busybox
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-01-19 01:50:53 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-01-19 01:50:53 +0000
commit67cfaff2358d476e09634a56e018702c6aa81532 (patch)
tree564fad4d353cd02fd26827806c5b20697c4f25bb /package/busybox
parentcd341b9a96457e26b189a46be115e6009cc59706 (diff)
[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 f83915d70..3df7b1f12 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.