summaryrefslogtreecommitdiff
path: root/package/busybox/config/networking
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-06-04 04:00:44 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-06-04 05:34:08 -0500
commit43da0f55c344a0e54f6d837b03ebd3251a9b90d7 (patch)
treee87b95b78a230f9d72e7846be38c70a33a8ce47b /package/busybox/config/networking
parent43c45f39ebbd742dff22bfe3be85fd6e1a3d85fb (diff)
enable busybox ipv6 only when kernel module is choosen
Diffstat (limited to 'package/busybox/config/networking')
-rw-r--r--package/busybox/config/networking/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/config/networking/Config.in b/package/busybox/config/networking/Config.in
index d5bbad0ef..a9fb60ba7 100644
--- a/package/busybox/config/networking/Config.in
+++ b/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.