diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-07-18 00:21:27 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-18 00:21:27 +0000 |
commit | cd85f60d54d9d56e5cae3d1180120f3d7e82a29d (patch) | |
tree | 7d3687cb687587a5095051025aba545c51bc4bea /packages/linux/openslug-kernel_2.6.11.2.bb | |
parent | d974a5a9ea1437acad1346ab1ee7b170690a179c (diff) |
Fix for the hardware reset hang problem - shut down the flash memory
device (ensure it is in read mode, not write) on halt/reboot.
Diffstat (limited to 'packages/linux/openslug-kernel_2.6.11.2.bb')
-rw-r--r-- | packages/linux/openslug-kernel_2.6.11.2.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/openslug-kernel_2.6.11.2.bb b/packages/linux/openslug-kernel_2.6.11.2.bb index 1fe7da7344..8e2555d014 100644 --- a/packages/linux/openslug-kernel_2.6.11.2.bb +++ b/packages/linux/openslug-kernel_2.6.11.2.bb @@ -2,7 +2,7 @@ SECTION = "kernel" DESCRIPTION = "Linux kernel for the Linksys NSLU2 device" LICENSE = "GPL" MAINTAINER = "Chris Larson <kergoth@handhelds.org>" -PR = "r14" +PR = "r15" KERNEL_SUFFIX = "openslug" @@ -12,6 +12,7 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.11.2.tar.bz2 \ file://ixp4xx_copy_from.patch;patch=1 \ file://anonymiser.patch;patch=1 \ file://xscale-reset.patch;patch=1 \ + file://mtd-shutdown.patch;patch=1 \ file://defconfig \ file://x1205-rtc.c \ file://nslu2-io.c \ |