diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-07-25 15:05:16 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-07-25 15:05:16 +0000 |
commit | 3a499e652dadf2becef5ec021ed0a1ebd4fc9896 (patch) | |
tree | 4b53225538d3552798c77a685c0435573dd3ab43 /target/linux/rdc-2.6/patches/002-r6040_ethernet.patch | |
parent | 7a9e28783c56552f65f52a21c60d9e56ada000ee (diff) | |
download | upstream-3a499e652dadf2becef5ec021ed0a1ebd4fc9896.tar.gz upstream-3a499e652dadf2becef5ec021ed0a1ebd4fc9896.tar.bz2 upstream-3a499e652dadf2becef5ec021ed0a1ebd4fc9896.zip |
Remove preinit.arch, not used, compile NAPI support for R6040, change the profile name to ar525w
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8160 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rdc-2.6/patches/002-r6040_ethernet.patch')
-rw-r--r-- | target/linux/rdc-2.6/patches/002-r6040_ethernet.patch | 6 |
1 files changed, 5 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 333ec36892..a403b0ad18 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,19 @@ +@@ -1358,6 +1358,23 @@ <file:Documentation/networking/net-modules.txt>. The module will be called apricot. @@ -18,6 +18,10 @@ diff -urN linux-2.6.17/drivers/net/Kconfig linux-2.6.17.new/drivers/net/Kconfig + <file:Documentation/networking/net-modules.txt>. The module will be + called r6040. + ++ ++config R6040_NAPI ++ bool "NAPI support for R6040" ++ default y config B44 tristate "Broadcom 4400 ethernet support (EXPERIMENTAL)" depends on NET_PCI && PCI && EXPERIMENTAL |