103-ethernet.patch 1.2 KB

1234567891011121314151617181920212223242526272829
  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
  5. @@ -612,6 +612,12 @@
  6. If you have an Alchemy Semi AU1X00 based system
  7. say Y. Otherwise, say N.
  8. +config MIPS_RAMIPS_NET
  9. + tristate "Ethernet driver for rt288x/rt305x"
  10. + depends on MIPS_RALINK
  11. + help
  12. + This driver supports the etehrnet mac inside the ralink wisocs
  13. +
  14. config SGI_IOC3_ETH
  15. bool "SGI IOC3 Ethernet"
  16. depends on PCI && SGI_IP27
  17. Index: linux-2.6.30.5/drivers/net/Makefile
  18. ===================================================================
  19. --- linux-2.6.30.5.orig/drivers/net/Makefile 2009-09-04 16:13:08.000000000 +0200
  20. +++ linux-2.6.30.5/drivers/net/Makefile 2009-09-04 16:16:34.000000000 +0200
  21. @@ -204,6 +204,7 @@
  22. obj-$(CONFIG_MIPS_JAZZ_SONIC) += jazzsonic.o
  23. obj-$(CONFIG_MIPS_AU1X00_ENET) += au1000_eth.o
  24. obj-$(CONFIG_MIPS_SIM_NET) += mipsnet.o
  25. +obj-$(CONFIG_MIPS_RAMIPS_NET) += ramips.o
  26. obj-$(CONFIG_SGI_IOC3_ETH) += ioc3-eth.o
  27. obj-$(CONFIG_DECLANCE) += declance.o
  28. obj-$(CONFIG_ATARILANCE) += atarilance.o