diff options
Diffstat (limited to 'packages/linux/nslu2-kernel_2.6.14-rc5.bb')
-rw-r--r-- | packages/linux/nslu2-kernel_2.6.14-rc5.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/nslu2-kernel_2.6.14-rc5.bb b/packages/linux/nslu2-kernel_2.6.14-rc5.bb index 6bb04a1010..0f882d7bfd 100644 --- a/packages/linux/nslu2-kernel_2.6.14-rc5.bb +++ b/packages/linux/nslu2-kernel_2.6.14-rc5.bb @@ -8,7 +8,7 @@ PR_CONFIG = "1" # Increment the number below (i.e. the digits after PR) when # making changes within this file or for changes to the patches # applied to the kernel. -PR = "r0.${PR_CONFIG}" +PR = "r1.${PR_CONFIG}" include nslu2-kernel.inc @@ -34,6 +34,7 @@ N2K_PATCHES = "\ file://50-nslu2-general.patch;patch=1 \ file://60-nslu2-beeper.patch;patch=1 \ file://90-ixp4xx-pci-le.patch;patch=1 \ + file://90-pegasus.patch;patch=1 \ file://anonymiser.patch;patch=1 \ " |