diff options
author | Mike Baker <mbm@openwrt.org> | 2007-01-24 22:57:51 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2007-01-24 22:57:51 +0000 |
commit | 477b35fa5e6bcfbd8a01fca3bfcaaf3f02d113db (patch) | |
tree | 560bc0e69816182a6ad65afc9e3d55604a5ffcd7 /target/linux/aruba-2.6/patches | |
parent | 7ed63d8d91352c286338dd91a332a39555226ebf (diff) | |
download | upstream-477b35fa5e6bcfbd8a01fca3bfcaaf3f02d113db.tar.gz upstream-477b35fa5e6bcfbd8a01fca3bfcaaf3f02d113db.tar.bz2 upstream-477b35fa5e6bcfbd8a01fca3bfcaaf3f02d113db.zip |
fix [6191]
SVN-Revision: 6193
Diffstat (limited to 'target/linux/aruba-2.6/patches')
-rw-r--r-- | target/linux/aruba-2.6/patches/000-aruba.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/aruba-2.6/patches/000-aruba.patch b/target/linux/aruba-2.6/patches/000-aruba.patch index b695239244..48143bdeed 100644 --- a/target/linux/aruba-2.6/patches/000-aruba.patch +++ b/target/linux/aruba-2.6/patches/000-aruba.patch @@ -630,7 +630,7 @@ diff -Nur linux-2.6.17/arch/mips/aruba/prom.c linux-2.6.17-owrt/arch/mips/aruba/ + +/* Kernel Boot parameters */ +static unsigned char bootparm[] = -+ "mtdparts=physmap-flash.0:3648k@0x080000(zImage),2752k@0x140000(JFFS2),8k@0x3f8000(NVRAM) " ++ "mtdparts=physmap-flash.0:3520k@0x080000(zImage),2752k@0x140000(JFFS2),8k@0x3f8000(NVRAM) " + "console=ttyS0,9600 root=/dev/mtdblock1 rootfstype=jffs2 "; + + |