Update of /cvsroot/gc-linux/linux/arch/ppc/configs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2434/arch/ppc/configs
Modified Files:
gamecube_defconfig
Log Message:
padded ip with 0s, so that it's easier to hexedit another ip into the
zImage.dol image.
Index: gamecube_defconfig
===================================================================
RCS file: /cvsroot/gc-linux/linux/arch/ppc/configs/gamecube_defconfig,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- gamecube_defconfig 4 Feb 2004 23:55:42 -0000 1.10
+++ gamecube_defconfig 6 Feb 2004 11:12:52 -0000 1.11
@@ -103,7 +103,7 @@
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_MISC=m
CONFIG_CMDLINE_BOOL=y
-CONFIG_CMDLINE="root=/dev/ram0 video=gamecubefb ip=192.168.0.47"
+CONFIG_CMDLINE="root=/dev/ram0 video=gamecubefb ip=192.168.000.047"
#
# Bus options
|