diff options
Diffstat (limited to 'packages/linux/nslu2-kernel_2.6.14.bb')
-rw-r--r-- | packages/linux/nslu2-kernel_2.6.14.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/linux/nslu2-kernel_2.6.14.bb b/packages/linux/nslu2-kernel_2.6.14.bb index 21a371369e..c378ed712a 100644 --- a/packages/linux/nslu2-kernel_2.6.14.bb +++ b/packages/linux/nslu2-kernel_2.6.14.bb @@ -3,12 +3,12 @@ # Increment PR_CONFIG for changes to the nslu2-kernel specific # defconfig (do *NOT* increment anything in here for changes # to other kernel configs!) -PR_CONFIG = "0" +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 @@ -40,6 +40,7 @@ N2K_PATCHES = "\ file://60-nslu2-beeper.patch;patch=1 \ file://70-nslu2-io.patch;patch=1 \ file://75-nslu2-leds.patch;patch=1 \ + file://90-pegasus.patch;patch=1 \ file://anonymiser.patch;patch=1 \ " |