From: Albert H. <he...@us...> - 2009-10-25 18:33:57
|
Update of /cvsroot/gc-linux/linux/drivers/net In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28099/drivers/net Modified Files: Kconfig Makefile Log Message: Rewind to v2.6.29. Index: Makefile =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/net/Makefile,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** Makefile 28 Mar 2009 20:44:19 -0000 1.32 --- Makefile 25 Oct 2009 18:33:47 -0000 1.33 *************** *** 230,234 **** obj-$(CONFIG_MLX4_CORE) += mlx4/ obj-$(CONFIG_ENC28J60) += enc28j60.o - obj-$(CONFIG_GAMECUBE_BBA) += gcn-bba.o obj-$(CONFIG_XTENSA_XT2000_SONIC) += xtsonic.o --- 230,233 ---- Index: Kconfig =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/net/Kconfig,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** Kconfig 28 Mar 2009 20:44:19 -0000 1.38 --- Kconfig 25 Oct 2009 18:33:47 -0000 1.39 *************** *** 272,284 **** 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" --- 272,275 ---- |