diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-12-10 09:56:44 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-12-10 09:56:44 +0000 |
commit | 90b21a434e0b64ac767e694d83a6a62175083945 (patch) | |
tree | d8eca34de5a6449ace060729e93e61e1bec3ebf6 | |
parent | 914fac6bbce449211bfdee438fc3aedcb2456c09 (diff) |
Disable CONFIG_NETDEVICES_MULTIQUEUE for ar7 until we fix the race condition
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9698 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/ar7/config-2.6.23 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar7/config-2.6.23 b/target/linux/ar7/config-2.6.23 index 02a27d96b..566e3b555 100644 --- a/target/linux/ar7/config-2.6.23 +++ b/target/linux/ar7/config-2.6.23 @@ -128,7 +128,7 @@ CONFIG_MTD_PHYSMAP_START=0x10000000 # CONFIG_MTD_ROM is not set # CONFIG_MTD_SLRAM is not set # CONFIG_NETDEV_1000 is not set -CONFIG_NETDEVICES_MULTIQUEUE=y +# CONFIG_NETDEVICES_MULTIQUEUE is not set CONFIG_NET_ACT_POLICE=y CONFIG_NET_SCH_FIFO=y CONFIG_NF_CT_PROTO_GRE=m |