Update of /cvsroot/gc-linux/linux/drivers/net
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv17071/drivers/net
Modified Files:
Kconfig Makefile
Log Message:
Rewind to v2.6.31.
Index: Makefile
===================================================================
RCS file: /cvsroot/gc-linux/linux/drivers/net/Makefile,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** Makefile 25 Oct 2009 18:59:28 -0000 1.38
--- Makefile 9 Dec 2009 18:18:07 -0000 1.39
***************
*** 242,246 ****
obj-$(CONFIG_ENC28J60) += enc28j60.o
obj-$(CONFIG_ETHOC) += ethoc.o
- obj-$(CONFIG_GAMECUBE_BBA) += gcn-bba.o
obj-$(CONFIG_XTENSA_XT2000_SONIC) += xtsonic.o
--- 242,245 ----
Index: Kconfig
===================================================================
RCS file: /cvsroot/gc-linux/linux/drivers/net/Kconfig,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** Kconfig 25 Oct 2009 18:59:28 -0000 1.44
--- Kconfig 9 Dec 2009 18:18:07 -0000 1.45
***************
*** 271,283 ****
will be called bmac.
- config GAMECUBE_BBA
- tristate "Nintendo GameCube ethernet BroadBand Adapter (BBA)"
- depends on GAMECUBE_EXI && GAMECUBE
- help
- Say Y here to add ethernet support for the Broadband Adapter (BBA).
-
- To compile this driver as a module, choose M here: the module
- will be called gcn-bba.
-
config ARIADNE
tristate "Ariadne support"
--- 271,274 ----
|