diff options
-rw-r--r-- | packages/linux/unslung-kernel_2.3r25.bb | 7 |
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 () { |