diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-02-19 17:52:20 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-02-19 17:52:20 +0000 |
commit | 18fdaee00bf1ac508c515648da38c1ccd82e710e (patch) | |
tree | 5cde294b36fe4655c3f35483ad9696aa36568cc9 /target/linux/ramips/patches-2.6.39/103-ethernet.patch | |
parent | e2ea72515ff9d28169f2e1bba053de5108cf2d94 (diff) | |
download | upstream-18fdaee00bf1ac508c515648da38c1ccd82e710e.tar.gz upstream-18fdaee00bf1ac508c515648da38c1ccd82e710e.tar.bz2 upstream-18fdaee00bf1ac508c515648da38c1ccd82e710e.zip |
ramips: nuke 2.6.39 support
SVN-Revision: 30651
Diffstat (limited to 'target/linux/ramips/patches-2.6.39/103-ethernet.patch')
-rw-r--r-- | target/linux/ramips/patches-2.6.39/103-ethernet.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/target/linux/ramips/patches-2.6.39/103-ethernet.patch b/target/linux/ramips/patches-2.6.39/103-ethernet.patch deleted file mode 100644 index a5a9ab4241..0000000000 --- a/target/linux/ramips/patches-2.6.39/103-ethernet.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- a/drivers/net/Kconfig -+++ b/drivers/net/Kconfig -@@ -494,6 +494,17 @@ 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 -+ select PHYLIB if (SOC_RT288X || SOC_RT3883) -+ help -+ This driver supports the etehrnet mac inside the ralink wisocs -+ -+config RAMIPS_ETH_DEBUG -+ bool "Enable debug messages in the Ralink ethernet driver" -+ depends on MIPS_RAMIPS_NET -+ - config SGI_IOC3_ETH - bool "SGI IOC3 Ethernet" - depends on PCI && SGI_IP27 ---- a/drivers/net/Makefile -+++ b/drivers/net/Makefile -@@ -227,6 +227,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 |