diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-12-19 00:14:39 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-12-19 00:14:39 +0000 |
commit | 0f422141c344de95af054813ab6b6b75766d31c0 (patch) | |
tree | 2f66e59197242fe8239f35a400e0c31ae18fb6cc /packages/linux/linux-ixp4xx_2.6.21.6.bb | |
parent | 6205d6267a6f6aa49c975a1b85bf8ab627242351 (diff) |
linux-ixp4xx: Updated from 2.6.21.6 to to 2.6.21.7
Diffstat (limited to 'packages/linux/linux-ixp4xx_2.6.21.6.bb')
-rw-r--r-- | packages/linux/linux-ixp4xx_2.6.21.6.bb | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/packages/linux/linux-ixp4xx_2.6.21.6.bb b/packages/linux/linux-ixp4xx_2.6.21.6.bb deleted file mode 100644 index 288b9a7014..0000000000 --- a/packages/linux/linux-ixp4xx_2.6.21.6.bb +++ /dev/null @@ -1,24 +0,0 @@ -require linux.inc -require linux-ixp4xx.inc - -VANILLA_VERSION = "2.6.21" -KERNEL_RELEASE = "2.6.21.6" - -PV = "${KERNEL_RELEASE}+svnr${SRCREV}" -PR = "r3" - -SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${VANILLA_VERSION}.tar.bz2 \ - ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${KERNEL_RELEASE}.bz2;patch=1 \ - svn://svn.nslu2-linux.org/svnroot/kernel/trunk/patches;module=${VANILLA_VERSION};proto=http \ - file://defconfig-${KERNEL_RELEASE}" - -S = "${WORKDIR}/linux-${VANILLA_VERSION}" - -do_prepatch() { - mv ${WORKDIR}/${VANILLA_VERSION} ${S}/patches && cd ${S} && quilt push -av - mv patches patches.ixp4xx - mv .pc .pc.old - mv ${WORKDIR}/defconfig-${KERNEL_RELEASE} ${WORKDIR}/defconfig -} - -addtask prepatch after do_unpack before do_patch |