diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-03-13 16:00:24 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-03-13 16:00:24 +0000 |
commit | f0e01814e08fa47cddfceeddd074e2ce7601698f (patch) | |
tree | 8121a6302d23af4946211b03b14b653d60374bb5 /packages | |
parent | 726be60e2a76309e5ba145273af1079ac6d9b52d (diff) |
ixp4xx-kernel: Synchronised kernel patch series with svn repo.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/linux/ixp4xx-kernel/2.6.20/series | 5 | ||||
-rw-r--r-- | packages/linux/ixp4xx-kernel_2.6.20.bb | 3 |
2 files changed, 2 insertions, 6 deletions
diff --git a/packages/linux/ixp4xx-kernel/2.6.20/series b/packages/linux/ixp4xx-kernel/2.6.20/series index 6ceb7622ac..4b67723257 100644 --- a/packages/linux/ixp4xx-kernel/2.6.20/series +++ b/packages/linux/ixp4xx-kernel/2.6.20/series @@ -9,10 +9,7 @@ squashfs/squashfs-force-O2.patch squashfs/squashfs-lzma.patch squashfs/squashfs-Kconfig.patch squashfs/squashfs-Makefile.patch -00-linux-2.6.20.1.patch -01-fix-redboot-parse-oops.patch -02-fix-redboot-parse-regression.patch -03-improve-byteswap-redboot-parse.patch +00-linux-2.6.20.2.patch 07-remove-avila-ixdp425-setup.patch 08-avila-loft-setup.patch 09-avila-setup-pata.patch diff --git a/packages/linux/ixp4xx-kernel_2.6.20.bb b/packages/linux/ixp4xx-kernel_2.6.20.bb index 667704ae8a..4ddf2c52dd 100644 --- a/packages/linux/ixp4xx-kernel_2.6.20.bb +++ b/packages/linux/ixp4xx-kernel_2.6.20.bb @@ -16,10 +16,9 @@ IXP4XX_KERNEL_PATCH_DIR = "2.6.20" # the changes in SVN between revisions include changes in the # patches applied to the kernel, rather than simply defconfig # changes -PR = "r3.${IXP4XX_KERNEL_SVN_REV}" +PR = "r4.${IXP4XX_KERNEL_SVN_REV}" require ixp4xx-kernel.inc require ixp4xx-kernel-svnpatch.inc SRC_URI += "file://defconfig" -SRC_URI += "file://series" |