diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-07-25 15:09:35 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-07-25 15:09:35 +0000 |
commit | b8f5329447908e122278fc377b71a90076f4c333 (patch) | |
tree | 624332705fd37c74935e5a1b21f287edcb9b27ac /target | |
parent | 868fbb706e69147e6e8749e775afaaf6e9396b57 (diff) | |
download | upstream-b8f5329447908e122278fc377b71a90076f4c333.tar.gz upstream-b8f5329447908e122278fc377b71a90076f4c333.tar.bz2 upstream-b8f5329447908e122278fc377b71a90076f4c333.zip |
NAPI for r6040 of course depends on r6040
SVN-Revision: 8161
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/rdc-2.6/patches/002-r6040_ethernet.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/rdc-2.6/patches/002-r6040_ethernet.patch b/target/linux/rdc-2.6/patches/002-r6040_ethernet.patch index a403b0ad18..1b93025247 100644 --- a/target/linux/rdc-2.6/patches/002-r6040_ethernet.patch +++ b/target/linux/rdc-2.6/patches/002-r6040_ethernet.patch @@ -1,7 +1,7 @@ diff -urN linux-2.6.17/drivers/net/Kconfig linux-2.6.17.new/drivers/net/Kconfig --- linux-2.6.17/drivers/net/Kconfig 2006-06-18 03:49:35.000000000 +0200 +++ linux-2.6.17.new/drivers/net/Kconfig 2006-09-25 13:14:27.000000000 +0200 -@@ -1358,6 +1358,23 @@ +@@ -1358,6 +1358,24 @@ <file:Documentation/networking/net-modules.txt>. The module will be called apricot. @@ -21,6 +21,7 @@ diff -urN linux-2.6.17/drivers/net/Kconfig linux-2.6.17.new/drivers/net/Kconfig + +config R6040_NAPI + bool "NAPI support for R6040" ++ depends on R6040 + default y config B44 tristate "Broadcom 4400 ethernet support (EXPERIMENTAL)" |