aboutsummaryrefslogtreecommitdiffstats
path: root/packages/linux/nslu2-kernel_2.6.12.bb
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2005-07-18 00:21:27 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-18 00:21:27 +0000
commitcd85f60d54d9d56e5cae3d1180120f3d7e82a29d (patch)
tree7d3687cb687587a5095051025aba545c51bc4bea /packages/linux/nslu2-kernel_2.6.12.bb
parentd974a5a9ea1437acad1346ab1ee7b170690a179c (diff)
downloadopenembedded-cd85f60d54d9d56e5cae3d1180120f3d7e82a29d.tar.gz
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/nslu2-kernel_2.6.12.bb')
-rw-r--r--packages/linux/nslu2-kernel_2.6.12.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/nslu2-kernel_2.6.12.bb b/packages/linux/nslu2-kernel_2.6.12.bb
index 8ab9379708..6cea8a4daa 100644
--- a/packages/linux/nslu2-kernel_2.6.12.bb
+++ b/packages/linux/nslu2-kernel_2.6.12.bb
@@ -1,5 +1,5 @@
# Kernel for NSLU2
-PR = "r1"
+PR = "r2"
include nslu2-kernel.inc
# N2K_EXTRA_PATCHES - list of patches to apply (can include
@@ -20,4 +20,5 @@ N2K_PATCHES = "\
file://anonymiser.patch;patch=1 \
file://xscale-reset.patch;patch=1 \
file://x1205-rtc.c-id.patch;patch=1 \
+ file://mtd-shutdown.patch;patch=1 \
"