summaryrefslogtreecommitdiff
path: root/target
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 /target
parent43c45f39ebbd742dff22bfe3be85fd6e1a3d85fb (diff)
enable busybox ipv6 only when kernel module is choosen
Diffstat (limited to 'target')
-rw-r--r--target/linux/config/Config.in.network1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.network b/target/linux/config/Config.in.network
index c83372c02..4c83db729 100644
--- a/target/linux/config/Config.in.network
+++ b/target/linux/config/Config.in.network
@@ -12,6 +12,7 @@ config ADK_KERNEL_IP_FIB_HASH
config ADK_KERNEL_IPV6
tristate "Enable IPv6 support"
+ select BUSYBOX_FEATURE_IPV6
help
This is complemental support for the IP version 6.
You will still be able to do traditional IPv4 networking as well.