summaryrefslogtreecommitdiff
path: root/packages/linux/ixp4xx-kernel_2.6.16-rc2.bb
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2006-02-15 12:08:55 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-15 12:08:55 +0000
commit6b68a3d066c85b9a0292c8c2ed9f71b96e66f3fb (patch)
tree2f44aff2f6410f69cea0983dcad4486ed69d4062 /packages/linux/ixp4xx-kernel_2.6.16-rc2.bb
parent1b82302b3e0702a91bf67c2c80d07335f88a378d (diff)
ixp4xx-kernel: added the remove-extraversion patch, to do what the bb file used to do, but for some reason no longer does.
Diffstat (limited to 'packages/linux/ixp4xx-kernel_2.6.16-rc2.bb')
-rw-r--r--packages/linux/ixp4xx-kernel_2.6.16-rc2.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/ixp4xx-kernel_2.6.16-rc2.bb b/packages/linux/ixp4xx-kernel_2.6.16-rc2.bb
index 644268637b..6369eb9abc 100644
--- a/packages/linux/ixp4xx-kernel_2.6.16-rc2.bb
+++ b/packages/linux/ixp4xx-kernel_2.6.16-rc2.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 = "r2.${PR_CONFIG}"
+PR = "r3.${PR_CONFIG}"
include ixp4xx-kernel.inc
@@ -18,6 +18,7 @@ RPSRC = "http://www.rpsys.net/openzaurus/patches"
IXP4XX_PATCHES = ""
IXP4XX_PATCHES += "file://05-patch-2.6.16-rc2-ide2;patch=1"
+IXP4XX_PATCHES += "file://06-remove-extraversion.patch;patch=1"
IXP4XX_PATCHES += "file://10-mtdpart-redboot-fis-byteswap.patch;patch=1"
IXP4XX_PATCHES += "file://10-nslu2-fix-flash.patch;patch=1"
IXP4XX_PATCHES += "file://11-mtdpart-redboot-config-byteswap.patch;patch=1"