summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-01-24 22:01:03 +0000
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-01-24 22:01:03 +0000
commitc198a6ed9e5b14137e98f5fce031ab78227b381b (patch)
tree3b56fd80fc17ef137d6e5a5cc7ab7090925a34bb /target
parent98f73905b316dce0ccf46556e56879209cb27f26 (diff)
kernel has gotten too big; move kernel/jffs2 boundary
TODO: automatically calculate bounds git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6191 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/aruba-2.6/patches/000-aruba.patch2
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 2b5fb34d1..b69523924 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:3520k@0x080000(zImage),2880k@0x120000(JFFS2),8k@0x3f8000(NVRAM) "
++ "mtdparts=physmap-flash.0:3648k@0x080000(zImage),2752k@0x140000(JFFS2),8k@0x3f8000(NVRAM) "
+ "console=ttyS0,9600 root=/dev/mtdblock1 rootfstype=jffs2 ";
+
+