diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-12-14 08:00:31 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-12-14 08:00:31 +0000 |
commit | d2fdd1dbe15c5e197b7daaa362037e659ce0e1c8 (patch) | |
tree | e2ab70576980f01a6e8662a69a5e7143ca50eee1 /target/linux/ramips/patches-2.6.34/103-ethernet.patch | |
parent | 1403850be108e8f223574563b3f789b8b02326a9 (diff) | |
download | upstream-d2fdd1dbe15c5e197b7daaa362037e659ce0e1c8.tar.gz upstream-d2fdd1dbe15c5e197b7daaa362037e659ce0e1c8.tar.bz2 upstream-d2fdd1dbe15c5e197b7daaa362037e659ce0e1c8.zip |
ramips: remove 2.6.3[24] support
SVN-Revision: 24562
Diffstat (limited to 'target/linux/ramips/patches-2.6.34/103-ethernet.patch')
-rw-r--r-- | target/linux/ramips/patches-2.6.34/103-ethernet.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/target/linux/ramips/patches-2.6.34/103-ethernet.patch b/target/linux/ramips/patches-2.6.34/103-ethernet.patch deleted file mode 100644 index 404f885950..0000000000 --- a/target/linux/ramips/patches-2.6.34/103-ethernet.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- a/drivers/net/Kconfig -+++ b/drivers/net/Kconfig -@@ -614,6 +614,12 @@ config MIPS_AU1X00_ENET - If you have an Alchemy Semi AU1X00 based system - say Y. Otherwise, say N. - -+config MIPS_RAMIPS_NET -+ tristate "Ethernet driver for rt288x/rt305x" -+ depends on MIPS_RALINK -+ help -+ This driver supports the etehrnet mac inside the ralink wisocs -+ - config SGI_IOC3_ETH - bool "SGI IOC3 Ethernet" - depends on PCI && SGI_IP27 ---- a/drivers/net/Makefile -+++ b/drivers/net/Makefile -@@ -222,6 +222,7 @@ obj-$(CONFIG_KORINA) += korina.o - obj-$(CONFIG_MIPS_JAZZ_SONIC) += jazzsonic.o - obj-$(CONFIG_MIPS_AU1X00_ENET) += au1000_eth.o - obj-$(CONFIG_MIPS_SIM_NET) += mipsnet.o -+obj-$(CONFIG_MIPS_RAMIPS_NET) += ramips.o - obj-$(CONFIG_SGI_IOC3_ETH) += ioc3-eth.o - obj-$(CONFIG_DECLANCE) += declance.o - obj-$(CONFIG_ATARILANCE) += atarilance.o |