summaryrefslogtreecommitdiff
path: root/target/linux/ramips/patches-2.6.34/103-ethernet.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2010-05-26 15:53:05 +0000
committerJohn Crispin <john@openwrt.org>2010-05-26 15:53:05 +0000
commit0ab7d18462b9ea1d46191aedb16d4380d3c1aa0a (patch)
tree989917a6eaa2f9f099e384be750c1ccae3b9380b /target/linux/ramips/patches-2.6.34/103-ethernet.patch
parente583494eca8890681218b3b5ca00d61a35d153e2 (diff)
downloadmtk-20170518-0ab7d18462b9ea1d46191aedb16d4380d3c1aa0a.zip
mtk-20170518-0ab7d18462b9ea1d46191aedb16d4380d3c1aa0a.tar.gz
mtk-20170518-0ab7d18462b9ea1d46191aedb16d4380d3c1aa0a.tar.bz2
update to 2.6.34, signed of by russiane39, thx
SVN-Revision: 21573
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.patch25
1 files changed, 25 insertions, 0 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
new file mode 100644
index 0000000..404f885
--- /dev/null
+++ b/target/linux/ramips/patches-2.6.34/103-ethernet.patch
@@ -0,0 +1,25 @@
+--- 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