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 | 868fbb706e69147e6e8749e775afaaf6e9396b57 (patch) | |
tree | 8258c5d02413fd1479fe6f67bdbcf7a864999cdf /target/linux/rdc-2.6/patches/002-r6040_ethernet.patch | |
parent | 445230cf7878d949ae35c931ae1cb4222d2a95c0 (diff) | |
download | upstream-868fbb706e69147e6e8749e775afaaf6e9396b57.tar.gz upstream-868fbb706e69147e6e8749e775afaaf6e9396b57.tar.bz2 upstream-868fbb706e69147e6e8749e775afaaf6e9396b57.zip |
Remove preinit.arch, not used, compile NAPI support for R6040, change the profile name to ar525w
SVN-Revision: 8160
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 |