diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-07 14:59:41 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-07 14:59:53 -0500 |
commit | fe373f8fe76e86e0b881922df2a4a568e0fa4674 (patch) | |
tree | 4c892235839066745d96291f32ff0f4e07ee8810 /target/linux/config | |
parent | da16b0acd0603eae166ff50a04da0653d2275f69 (diff) |
disable mptcp, needs update
Diffstat (limited to 'target/linux/config')
-rw-r--r-- | target/linux/config/Config.in.network | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/config/Config.in.network b/target/linux/config/Config.in.network index 4c83db729..0915e776e 100644 --- a/target/linux/config/Config.in.network +++ b/target/linux/config/Config.in.network @@ -224,12 +224,12 @@ config ADK_KERNEL_BONDING Refer to <file:Documentation/networking/bonding.txt> for more information. -config ADK_KERNEL_MPTCP - bool "Multipath TCP support" - select ADK_KERNEL_IPV6 - depends on ADK_KERNEL_VERSION_3_14 - help - http://www.multipath-tcp.org +#config ADK_KERNEL_MPTCP +# bool "Multipath TCP support" +# select ADK_KERNEL_IPV6 +# depends on ADK_KERNEL_VERSION_3_14 +# help +# http://www.multipath-tcp.org source target/linux/config/Config.in.sched source target/linux/config/Config.in.ipsec |