diff options
Diffstat (limited to 'packages/linux/nslu2-kernel_2.6.12.bb')
-rw-r--r-- | packages/linux/nslu2-kernel_2.6.12.bb | 3 |
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 6cea8a4daa..a8fa808d3a 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 = "r2" +PR = "r3" include nslu2-kernel.inc # N2K_EXTRA_PATCHES - list of patches to apply (can include @@ -21,4 +21,5 @@ N2K_PATCHES = "\ file://xscale-reset.patch;patch=1 \ file://x1205-rtc.c-id.patch;patch=1 \ file://mtd-shutdown.patch;patch=1 \ + file://timer.patch;patch=1 \ " |