2
0
forked from Ivasoft/openwrt

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 <jogo@openwrt.org>

SVN-Revision: 45584
This commit is contained in:
Jonas Gorski
2015-04-28 13:31:08 +00:00
parent 9feb1361c4
commit 954004eccc
6 changed files with 0 additions and 6 deletions

View File

@@ -171,7 +171,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