summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2005-04-29 23:49:41 +0000
committerRod Whitby <rod@whitby.id.au>2005-04-29 23:49:41 +0000
commite0d553eec5f1cbbfa6994ee28b89e1bc9a667b29 (patch)
treed8269663da17dc92e6d24ecc5a4b3cf517590351
parentd3e8ff5f5aa7bf856b7265739c6335a75dbf306d (diff)
New Unslung kernel args to boot straight from jffs2 linuxrc
BKrev: 4272c815AKRB3aeb1N-52HczTjcTCQ
-rw-r--r--packages/linux/unslung-kernel_2.3r25.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/packages/linux/unslung-kernel_2.3r25.bb b/packages/linux/unslung-kernel_2.3r25.bb
index 618b1495fe..cbf476d87f 100644
--- a/packages/linux/unslung-kernel_2.3r25.bb
+++ b/packages/linux/unslung-kernel_2.3r25.bb
@@ -4,11 +4,11 @@ include nslu2-linksys-kernel_2.4.22.bb
DESCRIPTION = "Unslung kernel for the Linksys NSLU2 device"
MAINTAINER = "NSLU2 Linux <www.nlsu2-linux.org>"
-PR = "r15"
+PR = "r16"
KERNEL_SUFFIX = "unslung"
-CMDLINE_ROOT = "root=/dev/ram0 rw init=/linuxrc initrd=0x01000000,10M mem=32M@0x00000000"
+CMDLINE_ROOT = "root=/dev/mtdblock4 rootfstype=jffs2 rw init=/linuxrc mem=32M@0x00000000"
UNSLUNG_KERNEL_EXTRA_SRC_URI ?=
@@ -22,6 +22,9 @@ SRC_URI += "file://limit1gb.patch;patch=1 \
file://nfs-blocksize.patch;patch=1 \
${UNSLUNG_KERNEL_EXTRA_SRC_URI}"
+# file://pl2303.patch;patch=1
+
+
FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/unslung-kernel-${PV}', '${FILE_DIRNAME}/nslu2-linksys-kernel-2.4.22', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}"
python () {