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 | |
parent | 889eb34d781bbe4a9604515ddc3fca44dc192bf2 (diff) | |
download | upstream-55a91bf13e0983ca302ca382305a23e8507e71a2.tar.gz upstream-55a91bf13e0983ca302ca382305a23e8507e71a2.tar.bz2 upstream-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')
-rw-r--r-- | target/linux/kirkwood/config-3.18 | 1 | ||||
-rw-r--r-- | target/linux/orion/config-default | 1 | ||||
-rw-r--r-- | target/linux/oxnas/config-3.18 | 1 | ||||
-rw-r--r-- | target/linux/oxnas/config-4.0 | 1 | ||||
-rw-r--r-- | target/linux/ramips/mt7620/config-3.18 | 1 | ||||
-rw-r--r-- | target/linux/ramips/mt7628/config-3.18 | 1 |
6 files changed, 0 insertions, 6 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 diff --git a/target/linux/orion/config-default b/target/linux/orion/config-default index 759c39af2d..196310f6f7 100644 --- a/target/linux/orion/config-default +++ b/target/linux/orion/config-default @@ -110,7 +110,6 @@ CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y CONFIG_HAVE_SYSCALL_TRACEPOINTS=y CONFIG_HAVE_UID16=y CONFIG_HZ_PERIODIC=y -CONFIG_INET_LRO=y CONFIG_INITRAMFS_SOURCE="" CONFIG_IRQ_DOMAIN=y CONFIG_IRQ_WORK=y 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 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 diff --git a/target/linux/ramips/mt7628/config-3.18 b/target/linux/ramips/mt7628/config-3.18 index 858611ec40..2fd0792e9a 100644 --- a/target/linux/ramips/mt7628/config-3.18 +++ b/target/linux/ramips/mt7628/config-3.18 @@ -95,7 +95,6 @@ CONFIG_HW_HAS_PCI=y CONFIG_HZ_PERIODIC=y CONFIG_ICPLUS_PHY=y CONFIG_IMAGE_CMDLINE_HACK=y -CONFIG_INET_LRO=y CONFIG_INITRAMFS_SOURCE="" CONFIG_IRQCHIP=y CONFIG_IRQ_CPU=y |