From 954004eccc53bb56574d13e8e4fd7913d892ae8b Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Tue, 28 Apr 2015 13:31:08 +0000 Subject: 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 SVN-Revision: 45584 --- 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(-) (limited to 'target') 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 -- cgit v1.2.3