diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2006-01-16 01:32:22 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-16 01:32:22 +0000 |
commit | 979da4dafc99a9e841ea59ef5a08025ae2ff7d75 (patch) | |
tree | bb02289cc47c0f12c351b9fe01113d3e26386c41 /packages/linux/ixp4xx-kernel_2.6.15.bb | |
parent | 4dc537b8e9653b8929ea3806dfb6f60839171547 (diff) |
ixp4xx-kernel: create generic and machine specific images/packages in 2.6.15
- the generic ixp4xx-kernel package now creates the same generic kernel
regardless of how MACHINE is set, it then appends shims to the kernel
to obtain machine specific kernels and produces packages of the results.
Still TBD is the command line fixup.
The generic command line is the nslu2 one, this is a temporary hack
to keep the NSLU2 build working.
Diffstat (limited to 'packages/linux/ixp4xx-kernel_2.6.15.bb')
-rw-r--r-- | packages/linux/ixp4xx-kernel_2.6.15.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/ixp4xx-kernel_2.6.15.bb b/packages/linux/ixp4xx-kernel_2.6.15.bb index 6da130772c..745e04ee8d 100644 --- a/packages/linux/ixp4xx-kernel_2.6.15.bb +++ b/packages/linux/ixp4xx-kernel_2.6.15.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 = "r5.${PR_CONFIG}" +PR = "r6.${PR_CONFIG}" include ixp4xx-kernel.inc @@ -17,6 +17,7 @@ IXP4XX_PATCHES = "" IXP4XX_PATCHES += "file://00-memory-h-page-shift.patch;patch=1" IXP4XX_PATCHES += "file://10-mtdpart-redboot-fis-byteswap.patch;patch=1" +IXP4XX_PATCHES += "file://11-mtdpart-redboot-config-byteswap.patch;patch=1" IXP4XX_PATCHES += "file://15-jffs2-endian-config.patch;patch=1" IXP4XX_PATCHES += "file://40-rtc-class.patch;patch=1" IXP4XX_PATCHES += "file://50-nas100d-arch.patch;patch=1" |