diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-10-27 00:04:25 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-27 00:04:25 +0000 |
commit | 738a65166723ae2f74749e57bde6e061f65432f3 (patch) | |
tree | 09d45f20999aceb417dc71f85683c6aaf8c45c07 /packages/linux/nslu2-kernel_2.6.14-rc5.bb | |
parent | 46aa834d2945f0d14cdb136c40413c4e028b91fb (diff) |
nslu2-kernel: split nslu2 patches in 2.6.14-rc5
- the nslu2-arch and nslu2-general patches are now split into nslu2-arch,
- with all the board level support, and nslu2-<drivers> for each of the
- separable drivers. This is to make them ready for pushing upstream.
Diffstat (limited to 'packages/linux/nslu2-kernel_2.6.14-rc5.bb')
-rw-r--r-- | packages/linux/nslu2-kernel_2.6.14-rc5.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/packages/linux/nslu2-kernel_2.6.14-rc5.bb b/packages/linux/nslu2-kernel_2.6.14-rc5.bb index ef8fd5004e..04641b85d3 100644 --- a/packages/linux/nslu2-kernel_2.6.14-rc5.bb +++ b/packages/linux/nslu2-kernel_2.6.14-rc5.bb @@ -24,6 +24,7 @@ include nslu2-kernel.inc N2K_FILES = "" N2K_PATCHES = "\ + file://90-ixp4xx-pci-le.patch;patch=1 \ file://10-ixp4xx-copy-from.patch;patch=1 \ file://10-mtdpart-redboot-fis-byteswap.patch;patch=1 \ file://15-ixp4xx-writesb-l-w.patch;patch=1 \ @@ -35,9 +36,12 @@ N2K_PATCHES = "\ file://29-ipv4-route-c-spinlock.patch;patch=1 \ file://30-i2c-x1205.patch;patch=1 \ file://50-nslu2-arch.patch;patch=1 \ - file://50-nslu2-general.patch;patch=1 \ +" +N2K_PATCHES_2 = "\ + file://55-nslu2-rtc.patch;patch=1 \ file://60-nslu2-beeper.patch;patch=1 \ - file://90-ixp4xx-pci-le.patch;patch=1 \ + file://70-nslu2-io.patch;patch=1 \ + file://75-nslu2-leds.patch;patch=1 \ file://anonymiser.patch;patch=1 \ " |