Author: jogo Date: 2015-04-28 15:31:08 +0200 (Tue, 28 Apr 2015) New Revision: 45584
Modified: trunk/target/linux/kirkwood/config-3.18 trunk/target/linux/orion/config-default trunk/target/linux/oxnas/config-3.18 trunk/target/linux/oxnas/config-4.0 trunk/target/linux/ramips/mt7620/config-3.18 trunk/target/linux/ramips/mt7628/config-3.18 Log: 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 <[email protected]> Modified: trunk/target/linux/kirkwood/config-3.18 =================================================================== --- trunk/target/linux/kirkwood/config-3.18 2015-04-27 11:06:05 UTC (rev 45583) +++ trunk/target/linux/kirkwood/config-3.18 2015-04-28 13:31:08 UTC (rev 45584) @@ -167,7 +167,6 @@ 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 Modified: trunk/target/linux/orion/config-default =================================================================== --- trunk/target/linux/orion/config-default 2015-04-27 11:06:05 UTC (rev 45583) +++ trunk/target/linux/orion/config-default 2015-04-28 13:31:08 UTC (rev 45584) @@ -110,7 +110,6 @@ 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 Modified: trunk/target/linux/oxnas/config-3.18 =================================================================== --- trunk/target/linux/oxnas/config-3.18 2015-04-27 11:06:05 UTC (rev 45583) +++ trunk/target/linux/oxnas/config-3.18 2015-04-28 13:31:08 UTC (rev 45584) @@ -171,7 +171,6 @@ 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 Modified: trunk/target/linux/oxnas/config-4.0 =================================================================== --- trunk/target/linux/oxnas/config-4.0 2015-04-27 11:06:05 UTC (rev 45583) +++ trunk/target/linux/oxnas/config-4.0 2015-04-28 13:31:08 UTC (rev 45584) @@ -179,7 +179,6 @@ 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 Modified: trunk/target/linux/ramips/mt7620/config-3.18 =================================================================== --- trunk/target/linux/ramips/mt7620/config-3.18 2015-04-27 11:06:05 UTC (rev 45583) +++ trunk/target/linux/ramips/mt7620/config-3.18 2015-04-28 13:31:08 UTC (rev 45584) @@ -95,7 +95,6 @@ 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 Modified: trunk/target/linux/ramips/mt7628/config-3.18 =================================================================== --- trunk/target/linux/ramips/mt7628/config-3.18 2015-04-27 11:06:05 UTC (rev 45583) +++ trunk/target/linux/ramips/mt7628/config-3.18 2015-04-28 13:31:08 UTC (rev 45584) @@ -95,7 +95,6 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
