diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-04-28 13:31:08 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-04-28 13:31:08 +0000 |
commit | 954004eccc53bb56574d13e8e4fd7913d892ae8b (patch) | |
tree | fad806c094cf3742591ea4c7d74227f15129c04d /target/linux/oxnas | |
parent | 9feb1361c47afd1eb550a2758aedbb614b3748ed (diff) | |
download | upstream-954004eccc53bb56574d13e8e4fd7913d892ae8b.tar.gz upstream-954004eccc53bb56574d13e8e4fd7913d892ae8b.tar.bz2 upstream-954004eccc53bb56574d13e8e4fd7913d892ae8b.zip |
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
Diffstat (limited to 'target/linux/oxnas')
-rw-r--r-- | target/linux/oxnas/config-3.18 | 1 | ||||
-rw-r--r-- | target/linux/oxnas/config-4.0 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/oxnas/config-3.18 b/target/linux/oxnas/config-3.18 index 59f3b8ff7f..379b2b0491 100644 --- a/target/linux/oxnas/config-3.18 +++ b/target/linux/oxnas/config-3.18 @@ -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 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 |