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/kirkwood/config-3.18 | |
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/kirkwood/config-3.18')
-rw-r--r-- | target/linux/kirkwood/config-3.18 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/kirkwood/config-3.18 b/target/linux/kirkwood/config-3.18 index 7a8f9d8964..90c572d7a1 100644 --- a/target/linux/kirkwood/config-3.18 +++ b/target/linux/kirkwood/config-3.18 @@ -167,7 +167,6 @@ CONFIG_HZ_FIXED=0 CONFIG_HZ_PERIODIC=y CONFIG_I2C=y CONFIG_I2C_BOARDINFO=y -CONFIG_INET_LRO=y CONFIG_INITRAMFS_SOURCE="" CONFIG_IOMMU_HELPER=y # CONFIG_IP_ADVANCED_ROUTER is not set |