summaryrefslogtreecommitdiff
path: root/target/linux/ramips/patches-2.6.37/103-ethernet.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-03-27 19:20:04 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-03-27 19:20:04 +0000
commit90d37adb8dddd457b5fa7fc9887bb76d61e53549 (patch)
tree659f34b58bc34309950a6fe7320e508e61f5b6e5 /target/linux/ramips/patches-2.6.37/103-ethernet.patch
parent1844ea6c7b5f8ef8892d825637d7eddf25391c55 (diff)
downloadmtk-20170518-90d37adb8dddd457b5fa7fc9887bb76d61e53549.zip
mtk-20170518-90d37adb8dddd457b5fa7fc9887bb76d61e53549.tar.gz
mtk-20170518-90d37adb8dddd457b5fa7fc9887bb76d61e53549.tar.bz2
ramips: switch to 2.6.37
SVN-Revision: 26328
Diffstat (limited to 'target/linux/ramips/patches-2.6.37/103-ethernet.patch')
-rw-r--r--target/linux/ramips/patches-2.6.37/103-ethernet.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/target/linux/ramips/patches-2.6.37/103-ethernet.patch b/target/linux/ramips/patches-2.6.37/103-ethernet.patch
new file mode 100644
index 0000000..bf6e094
--- /dev/null
+++ b/target/linux/ramips/patches-2.6.37/103-ethernet.patch
@@ -0,0 +1,25 @@
+--- a/drivers/net/Kconfig
++++ b/drivers/net/Kconfig
+@@ -494,6 +494,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
+@@ -225,6 +225,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