From 954004eccc53bb56574d13e8e4fd7913d892ae8b Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Tue, 28 Apr 2015 13:31:08 +0000 Subject: kernel: disable INET_LRO by default INET_LRO deprecated and there are exactly two drivers using it, neither being included in any of the targets enabling INET_LRO. At the same time both drivers needing it select it. So just disable it for everyone. Signed-off-by: Jonas Gorski SVN-Revision: 45584 --- target/linux/oxnas/config-4.0 | 1 - 1 file changed, 1 deletion(-) (limited to 'target/linux/oxnas/config-4.0') diff --git a/target/linux/oxnas/config-4.0 b/target/linux/oxnas/config-4.0 index fa989bb831..b0bb7ea987 100644 --- a/target/linux/oxnas/config-4.0 +++ b/target/linux/oxnas/config-4.0 @@ -179,7 +179,6 @@ CONFIG_I2C_ALGOBIT=y CONFIG_I2C_BOARDINFO=y CONFIG_ICPLUS_PHY=y CONFIG_INET_DIAG=y -CONFIG_INET_LRO=y CONFIG_INET_TCP_DIAG=y CONFIG_INET_UDP_DIAG=y CONFIG_INPUT=y -- cgit v1.2.3