summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2015-04-28 13:31:08 +0000
committerJonas Gorski <jogo@openwrt.org>2015-04-28 13:31:08 +0000
commit954004eccc53bb56574d13e8e4fd7913d892ae8b (patch)
treefad806c094cf3742591ea4c7d74227f15129c04d
parent9feb1361c47afd1eb550a2758aedbb614b3748ed (diff)
downloadmaster-31e0f0ae-954004eccc53bb56574d13e8e4fd7913d892ae8b.tar.gz
master-31e0f0ae-954004eccc53bb56574d13e8e4fd7913d892ae8b.tar.bz2
master-31e0f0ae-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
-rw-r--r--target/linux/kirkwood/config-3.181
-rw-r--r--target/linux/orion/config-default1
-rw-r--r--target/linux/oxnas/config-3.181
-rw-r--r--target/linux/oxnas/config-4.01
-rw-r--r--target/linux/ramips/mt7620/config-3.181
-rw-r--r--target/linux/ramips/mt7628/config-3.181
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