diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2005-08-12 06:03:19 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-12 06:03:19 +0000 |
commit | 3ccfdcb8a1275e4caaef969a4eae013db08a690d (patch) | |
tree | 2fe56e583dff7532d3854e8f34a14323cb42a243 /packages/linux/nslu2-kernel_2.6.12.2.bb | |
parent | 3767d608789428e0ab547f813116f1c7e10e55b9 (diff) |
Fix pbutton to signal init, so it shuts down safely (Requires upgraded sysvinit)
Fix rbutton to do machine_power_off(), since reset if unreliable.
Diffstat (limited to 'packages/linux/nslu2-kernel_2.6.12.2.bb')
-rw-r--r-- | packages/linux/nslu2-kernel_2.6.12.2.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/nslu2-kernel_2.6.12.2.bb b/packages/linux/nslu2-kernel_2.6.12.2.bb index 177fa8cb3f..a536e866e6 100644 --- a/packages/linux/nslu2-kernel_2.6.12.2.bb +++ b/packages/linux/nslu2-kernel_2.6.12.2.bb @@ -1,5 +1,5 @@ # Kernel for NSLU2 -PR = "r8" +PR = "r9" include nslu2-kernel.inc # N2K_EXTRA_PATCHES - list of patches to apply (can include @@ -23,4 +23,5 @@ N2K_PATCHES = "\ file://mtd-shutdown.patch;patch=1 \ file://missing-exports.patch;patch=1 \ file://timer.patch;patch=1 \ + file://nslu2-io_rpbutton.patch;patch=1 \ " |