From 8987a52a2b65ef6252b2d300b667c655728e7957 Mon Sep 17 00:00:00 2001 From: jogo Date: Tue, 28 Apr 2015 13:31:08 +0000 Subject: [PATCH] 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45584 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/kirkwood/config-3.18 | 1 - target/linux/orion/config-default | 1 - target/linux/oxnas/config-3.18 | 1 - target/linux/oxnas/config-4.0 | 1 - target/linux/ramips/mt7620/config-3.18 | 1 - target/linux/ramips/mt7628/config-3.18 | 1 - 6 files changed, 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 -- 2.11.0