From e0d553eec5f1cbbfa6994ee28b89e1bc9a667b29 Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Fri, 29 Apr 2005 23:49:41 +0000 Subject: New Unslung kernel args to boot straight from jffs2 linuxrc BKrev: 4272c815AKRB3aeb1N-52HczTjcTCQ --- packages/linux/unslung-kernel_2.3r25.bb | 7 +++++-- 1 file 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 " -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 () { -- cgit v1.2.3