1 Index: linux-2.6.30.5/drivers/net/Kconfig
2 ===================================================================
3 --- linux-2.6.30.5.orig/drivers/net/Kconfig 2009-09-04 16:13:12.000000000 +0200
4 +++ linux-2.6.30.5/drivers/net/Kconfig 2009-09-04 16:19:05.000000000 +0200
6 If you have an Alchemy Semi AU1X00 based system
7 say Y. Otherwise, say N.
9 +config MIPS_RAMIPS_NET
10 + tristate "Ethernet driver for rt288x/rt305x"
11 + depends on MIPS_RALINK
13 + This driver supports the etehrnet mac inside the ralink wisocs
16 bool "SGI IOC3 Ethernet"
17 depends on PCI && SGI_IP27
18 Index: linux-2.6.30.5/drivers/net/Makefile
19 ===================================================================
20 --- linux-2.6.30.5.orig/drivers/net/Makefile 2009-09-04 16:13:08.000000000 +0200
21 +++ linux-2.6.30.5/drivers/net/Makefile 2009-09-04 16:16:34.000000000 +0200
23 obj-$(CONFIG_MIPS_JAZZ_SONIC) += jazzsonic.o
24 obj-$(CONFIG_MIPS_AU1X00_ENET) += au1000_eth.o
25 obj-$(CONFIG_MIPS_SIM_NET) += mipsnet.o
26 +obj-$(CONFIG_MIPS_RAMIPS_NET) += ramips.o
27 obj-$(CONFIG_SGI_IOC3_ETH) += ioc3-eth.o
28 obj-$(CONFIG_DECLANCE) += declance.o
29 obj-$(CONFIG_ATARILANCE) += atarilance.o