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/ramips/mt7620/config-3.18 | |
parent | 9feb1361c47afd1eb550a2758aedbb614b3748ed (diff) | |
download | mtk-20170518-954004eccc53bb56574d13e8e4fd7913d892ae8b.zip mtk-20170518-954004eccc53bb56574d13e8e4fd7913d892ae8b.tar.gz mtk-20170518-954004eccc53bb56574d13e8e4fd7913d892ae8b.tar.bz2 |
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/ramips/mt7620/config-3.18')
-rw-r--r-- | target/linux/ramips/mt7620/config-3.18 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ramips/mt7620/config-3.18 b/target/linux/ramips/mt7620/config-3.18 index a1a772d..9bac5a6 100644 --- a/target/linux/ramips/mt7620/config-3.18 +++ b/target/linux/ramips/mt7620/config-3.18 @@ -95,7 +95,6 @@ CONFIG_HAVE_SYSCALL_TRACEPOINTS=y CONFIG_HW_HAS_PCI=y CONFIG_HZ_PERIODIC=y CONFIG_IMAGE_CMDLINE_HACK=y -CONFIG_INET_LRO=y CONFIG_INITRAMFS_SOURCE="" CONFIG_IRQCHIP=y CONFIG_IRQ_CPU=y |