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 | 954004eccc53bb56574d13e8e4fd7913d892ae8b (patch) | |
tree | fad806c094cf3742591ea4c7d74227f15129c04d /target/linux/orion | |
parent | 9feb1361c47afd1eb550a2758aedbb614b3748ed (diff) | |
download | upstream-954004eccc53bb56574d13e8e4fd7913d892ae8b.tar.gz upstream-954004eccc53bb56574d13e8e4fd7913d892ae8b.tar.bz2 upstream-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
Diffstat (limited to 'target/linux/orion')
-rw-r--r-- | target/linux/orion/config-default | 1 |
1 files changed, 0 insertions, 1 deletions
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 |