diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-01-04 11:51:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-04 11:51:37 +0000 |
commit | 13505c0756b7eca3af798862c7bf666dae3ec29e (patch) | |
tree | 4e8bf4dccb23c55bf66f56e8d11e41a3272ecf9c /packages/linux/unslung-kernel_2.4.22.l2.3r63.bb | |
parent | ccdbeb03c5e95d3ff0d054eb0b48ab84559e8dff (diff) |
unslung-kernel: Added cp437 back into the kernel instead of being a module, Added flash-is-now-hdd patch, Removed the 1gblimit and ext3flash-on-disk1 patches to prepare for future handling of flash disks on Unslung 6.x (to co-exist better with multiple NTFS drive support), Changed rc.unslung to rc.optware, Removed some of the Samba codepages to make space in the flash, Replaced stand-alone wget with busybox applet to save JFFS2 space, Updated linuxrc to only accept rootfs if .sdXroot is present, and added the leading candidate logo.
Diffstat (limited to 'packages/linux/unslung-kernel_2.4.22.l2.3r63.bb')
-rw-r--r-- | packages/linux/unslung-kernel_2.4.22.l2.3r63.bb | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/packages/linux/unslung-kernel_2.4.22.l2.3r63.bb b/packages/linux/unslung-kernel_2.4.22.l2.3r63.bb index 8752a6ed04..5b35574a9e 100644 --- a/packages/linux/unslung-kernel_2.4.22.l2.3r63.bb +++ b/packages/linux/unslung-kernel_2.4.22.l2.3r63.bb @@ -4,7 +4,7 @@ include nslu2-linksys-kernel_2.4.22.bb DESCRIPTION = "Unslung kernel for the Linksys NSLU2 device" MAINTAINER = "NSLU2 Linux <www.nlsu2-linux.org>" -PR = "r4" +PR = "r7" KERNEL_SUFFIX = "unslung" @@ -12,17 +12,19 @@ CMDLINE_ROOT = "root=/dev/mtdblock4 rootfstype=jffs2 rw init=/linuxrc mem=32M@0x UNSLUNG_KERNEL_EXTRA_SRC_URI ?= -SRC_URI += "file://limit1gb.patch;patch=1 \ +# file://limit1gb.patch;patch=1 \ +# file://ext3flash-on-disk1.patch;patch=1 \ + +SRC_URI += "file://linux-kernel-R25_to_R29.patch;patch=1 \ + file://linux-kernel-R29_to_R63.patch;patch=1 \ + file://flash-is-now-hdd.patch;patch=1 \ file://gl811e.patch;patch=1 \ - file://ext3flash-on-disk1.patch;patch=1 \ file://usbnet.patch;patch=1 \ file://missing-usb-ioctls.patch;patch=1 \ file://anonymiser.patch;patch=1 \ file://ppp_mppe.patch;patch=1 \ file://nfs-blocksize.patch;patch=1 \ file://pl2303.patch;patch=1 \ - file://linux-kernel-R25_to_R29.patch;patch=1 \ - file://linux-kernel-R29_to_R63.patch;patch=1 \ ${UNSLUNG_KERNEL_EXTRA_SRC_URI}" FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/unslung-kernel', '${FILE_DIRNAME}/nslu2-linksys-kernel-2.4.22', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}" |