Root/target/linux/ramips/patches-2.6.37/103-ethernet.patch

1--- a/drivers/net/Kconfig
2+++ b/drivers/net/Kconfig
3@@ -494,6 +494,12 @@ config MIPS_AU1X00_ENET
4       If you have an Alchemy Semi AU1X00 based system
5       say Y. Otherwise, say N.
6 
7+config MIPS_RAMIPS_NET
8+ tristate "Ethernet driver for rt288x/rt305x"
9+ depends on MIPS_RALINK
10+ help
11+ This driver supports the etehrnet mac inside the ralink wisocs
12+
13 config SGI_IOC3_ETH
14     bool "SGI IOC3 Ethernet"
15     depends on PCI && SGI_IP27
16--- a/drivers/net/Makefile
17+++ b/drivers/net/Makefile
18@@ -225,6 +225,7 @@ obj-$(CONFIG_KORINA) += korina.o
19 obj-$(CONFIG_MIPS_JAZZ_SONIC) += jazzsonic.o
20 obj-$(CONFIG_MIPS_AU1X00_ENET) += au1000_eth.o
21 obj-$(CONFIG_MIPS_SIM_NET) += mipsnet.o
22+obj-$(CONFIG_MIPS_RAMIPS_NET) += ramips.o
23 obj-$(CONFIG_SGI_IOC3_ETH) += ioc3-eth.o
24 obj-$(CONFIG_DECLANCE) += declance.o
25 obj-$(CONFIG_ATARILANCE) += atarilance.o
26

Archive Download this file



interactive