diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-10-07 05:51:40 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-07 05:51:40 +0000 |
commit | 5c27094d8bb4573126643589cdfa2bc582e56766 (patch) | |
tree | 0ad871a599544e889df8c34e290a4f8799c866c8 /packages/linux/nslu2-kernel_2.6.14-rc3.bb | |
parent | e6be5c88b536a9b93c8032f0d5b249590b00c12e (diff) |
nslu2-kernel: integrate 2.6.14-rc3 patchset 4
Diffstat (limited to 'packages/linux/nslu2-kernel_2.6.14-rc3.bb')
-rw-r--r-- | packages/linux/nslu2-kernel_2.6.14-rc3.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/nslu2-kernel_2.6.14-rc3.bb b/packages/linux/nslu2-kernel_2.6.14-rc3.bb index 70962dee71..c59c0db385 100644 --- a/packages/linux/nslu2-kernel_2.6.14-rc3.bb +++ b/packages/linux/nslu2-kernel_2.6.14-rc3.bb @@ -8,7 +8,7 @@ PR_CONFIG = "0" # 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 = "r1.${PR_CONFIG}" +PR = "r2.${PR_CONFIG}" include nslu2-kernel.inc @@ -31,8 +31,8 @@ N2K_PATCHES = "\ file://25-nslu2-arch-reset.patch;patch=1 \ file://30-i2c-x1205.patch;patch=1 \ file://50-nslu2-arch.patch;patch=1 \ - file://50-nslu2-beeper.patch;patch=1 \ file://50-nslu2-general.patch;patch=1 \ + file://60-nslu2-beeper.patch;patch=1 \ file://90-ixp4xx-pci-le.patch;patch=1 \ file://anonymiser.patch;patch=1 \ " |