diff options
-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" |