diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-09-28 00:55:32 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-28 00:55:32 +0000 |
commit | 9aee9f0e7ff475cbad9d1c35f48fdb0a3e9b7f30 (patch) | |
tree | 52c2171cc5b6d3da4ee44dc7289c460fcfa1959f /packages/linux/nslu2-kernel_2.6.14-rc2.bb | |
parent | b5067af0bfa30f894bc4fed805aaee5f5c529b2b (diff) |
nslu2-kernel 2.6.14: latest patch set, includes LE patches
Diffstat (limited to 'packages/linux/nslu2-kernel_2.6.14-rc2.bb')
-rw-r--r-- | packages/linux/nslu2-kernel_2.6.14-rc2.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/linux/nslu2-kernel_2.6.14-rc2.bb b/packages/linux/nslu2-kernel_2.6.14-rc2.bb index 200d7ef3a5..5a78fe032d 100644 --- a/packages/linux/nslu2-kernel_2.6.14-rc2.bb +++ b/packages/linux/nslu2-kernel_2.6.14-rc2.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 = "r3.${PR_CONFIG}" +PR = "r4.${PR_CONFIG}" include nslu2-kernel.inc @@ -33,7 +33,9 @@ N2K_PATCHES = "\ file://30-i2c-x1205.patch;patch=1 \ file://50-nslu2-arch.patch;patch=1 \ file://50-nslu2-general.patch;patch=1 \ - file://50-nslu2-include.patch;patch=1 \ + file://90-arm-le.patch;patch=1 \ + file://90-ixp4xx-pci-le.patch;patch=1 \ + file://90-mtd-ixp4xx.patch;patch=1 \ file://anonymiser.patch;patch=1 \ " |