diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2005-09-20 00:25:14 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-20 00:25:14 +0000 |
commit | a9874386a8926f7d1c3779a5945877d24d7f795b (patch) | |
tree | d1241d561697e84cf15f4feff4e5ff3600188aef /packages/linux/nslu2-kernel_2.6.12.2.bb | |
parent | da316135d0e1a9d930e010de7dee14009aed93dd (diff) |
nslu2-kernel: Add "disk_led_blinking.patch", to enable disk1/disk2 leds.
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 41f35d77ea..6f0f400028 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 = "r15" +PR = "r16" include nslu2-kernel.inc # N2K_EXTRA_PATCHES - list of patches to apply (can include @@ -24,4 +24,5 @@ N2K_PATCHES = "\ file://missing-exports.patch;patch=1 \ file://timer.patch;patch=1 \ file://nslu2-io_rpbutton.patch;patch=1 \ + file://disk_led_blinking.patch;patch=1 \ " |