diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-30 08:30:41 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-31 08:37:38 +0200 |
commit | 6390e28aa776c2a0867defe767b55b00da1fa698 (patch) | |
tree | 12ce22c8d26a4d86b31f264a69d3f610c5e0ca66 /target | |
parent | 774447050c0aa178df803d8429449cc9234e3f8a (diff) |
disable ipv6
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/config/Config.in.network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.network b/target/linux/config/Config.in.network index 1c966082e..ad979ce0f 100644 --- a/target/linux/config/Config.in.network +++ b/target/linux/config/Config.in.network @@ -157,7 +157,7 @@ config ADK_KERNEL_NET_IPGRE config ADK_KERNEL_IPV6 prompt "IPv6 support" tristate - default m + default n help This is complemental support for the IP version 6. You will still be able to do traditional IPv4 networking as well. |