summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.network
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-03-15 14:29:17 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-03-15 16:58:33 -0500
commita71d4287998b3c9f888ce78bdd4b5017eb11c6d9 (patch)
treed2e8f5b352cd8de3bd982c07ea6817c17f501db4 /target/linux/config/Config.in.network
parent7e0ef17512fe15ed0b386ff1b07bd50e70ba8e9e (diff)
remove dietnet patch
As discussed with phil today, patches aplied conditionally is a bad thing and should be removed. The dietnet patch is only available because of the mikrotik rb532 limitation of kernel size when booting from nand. The patch is hard to maintain and will never be included upstream. We should better use PicoTCP in such cases or develop decompression support for this board to use compressed kernels.
Diffstat (limited to 'target/linux/config/Config.in.network')
-rw-r--r--target/linux/config/Config.in.network4
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/config/Config.in.network b/target/linux/config/Config.in.network
index e4e22ad7c..16c380929 100644
--- a/target/linux/config/Config.in.network
+++ b/target/linux/config/Config.in.network
@@ -10,10 +10,6 @@ config ADK_KERNEL_IP_FIB_HASH
bool
default y
-config ADK_DISABLE_TCP_FASTOPEN
- bool "Disable TCP Fastopen"
- select ADK_KERNEL_ADDON_DIETNET
-
config ADK_KERNEL_IPV6
tristate "Enable IPv6 support"
help