From a71d4287998b3c9f888ce78bdd4b5017eb11c6d9 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 15 Mar 2015 14:29:17 -0500 Subject: 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. --- target/linux/config/Config.in.network | 4 ---- 1 file changed, 4 deletions(-) (limited to 'target/linux/config/Config.in.network') 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 -- cgit v1.2.3