diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-06-11 16:38:37 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-06-11 16:38:37 +0000 |
commit | af60e16a61a22b9e5e72bd015995b484e5075390 (patch) | |
tree | 1e50e54b0dfa31cbca03c4de2c847df9e3161b23 /target/linux/rdc/patches/002-r6040_ethernet.patch | |
parent | a814dc2cbf12e1d139e6dba12fa41d53e24689de (diff) | |
download | upstream-af60e16a61a22b9e5e72bd015995b484e5075390.tar.gz upstream-af60e16a61a22b9e5e72bd015995b484e5075390.tar.bz2 upstream-af60e16a61a22b9e5e72bd015995b484e5075390.zip |
Use 2.6.25 for rdc321x
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11439 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rdc/patches/002-r6040_ethernet.patch')
-rw-r--r-- | target/linux/rdc/patches/002-r6040_ethernet.patch | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/target/linux/rdc/patches/002-r6040_ethernet.patch b/target/linux/rdc/patches/002-r6040_ethernet.patch deleted file mode 100644 index fa484bf9e8..0000000000 --- a/target/linux/rdc/patches/002-r6040_ethernet.patch +++ /dev/null @@ -1,41 +0,0 @@ -Index: linux-2.6.24.7/drivers/net/Kconfig -=================================================================== ---- linux-2.6.24.7.orig/drivers/net/Kconfig -+++ linux-2.6.24.7/drivers/net/Kconfig -@@ -1449,6 +1449,24 @@ config APRICOT - To compile this driver as a module, choose M here. The module - will be called apricot. - -+config R6040 -+ tristate "RDC Fast-Ethernet support (EXPERIMENTAL)" -+ depends on NET_PCI && EXPERIMENTAL -+ select MII -+ help -+ If you have a network (Ethernet) controller of this type, say Y and -+ read the Ethernet-HOWTO, available from -+ <http://www.tldp.org/docs.html#howto>. -+ -+ To compile this driver as a module, choose M here and read -+ <file:Documentation/networking/net-modules.txt>. The module will be -+ called r6040. -+ -+ -+config R6040_NAPI -+ bool "NAPI support for R6040" -+ depends on R6040 -+ default y - config B44 - tristate "Broadcom 440x/47xx ethernet support" - depends on SSB_POSSIBLE -Index: linux-2.6.24.7/drivers/net/Makefile -=================================================================== ---- linux-2.6.24.7.orig/drivers/net/Makefile -+++ linux-2.6.24.7/drivers/net/Makefile -@@ -116,6 +116,7 @@ obj-$(CONFIG_LNE390) += lne390.o 8390.o - obj-$(CONFIG_NE3210) += ne3210.o 8390.o - obj-$(CONFIG_SB1250_MAC) += sb1250-mac.o - obj-$(CONFIG_B44) += b44.o -+obj-$(CONFIG_R6040) += r6040.o - obj-$(CONFIG_FORCEDETH) += forcedeth.o - obj-$(CONFIG_NE_H8300) += ne-h8300.o - obj-$(CONFIG_AX88796) += ax88796.o |