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 | 55a91bf13e0983ca302ca382305a23e8507e71a2 (patch) | |
tree | 85b570916b1940e99f9da331293f950147388a53 /target/linux/ramips/mt7620 | |
parent | 889eb34d781bbe4a9604515ddc3fca44dc192bf2 (diff) | |
download | master-187ad058-55a91bf13e0983ca302ca382305a23e8507e71a2.tar.gz master-187ad058-55a91bf13e0983ca302ca382305a23e8507e71a2.tar.bz2 master-187ad058-55a91bf13e0983ca302ca382305a23e8507e71a2.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45584 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/mt7620')
-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 a1a772dd31..9bac5a66ed 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 |