From 0f422141c344de95af054813ab6b6b75766d31c0 Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Wed, 19 Dec 2007 00:14:39 +0000 Subject: [PATCH] linux-ixp4xx: Updated from 2.6.21.6 to to 2.6.21.7 --- conf/machine/include/ixp4xx.inc | 4 ++-- .../linux-ixp4xx/{defconfig-2.6.21.6 => defconfig-2.6.21.7} | 0 .../nslu2/{defconfig-2.6.21.6 => defconfig-2.6.21.7} | 0 .../{linux-ixp4xx_2.6.21.6.bb => linux-ixp4xx_2.6.21.7.bb} | 4 ++-- 4 files changed, 4 insertions(+), 4 deletions(-) rename packages/linux/linux-ixp4xx/{defconfig-2.6.21.6 => defconfig-2.6.21.7} (100%) rename packages/linux/linux-ixp4xx/nslu2/{defconfig-2.6.21.6 => defconfig-2.6.21.7} (100%) rename packages/linux/{linux-ixp4xx_2.6.21.6.bb => linux-ixp4xx_2.6.21.7.bb} (95%) diff --git a/conf/machine/include/ixp4xx.inc b/conf/machine/include/ixp4xx.inc index 6e7d303586..bdf00d15c9 100644 --- a/conf/machine/include/ixp4xx.inc +++ b/conf/machine/include/ixp4xx.inc @@ -3,11 +3,11 @@ #@DESCRIPTION: genric machine configuration for ixp4xx platforms # Set default for common ixp4xx-based machines -MACHINE_FEATURES ?= "kernel26 usbhost ext2 redboot apex" +MACHINE_FEATURES ?= "kernel26 usbhost ext2 vfat redboot apex" # Select an appropriate default kernel PREFERRED_PROVIDER_virtual/kernel ?= "linux-ixp4xx" -PREFERRED_VERSION_linux-ixp4xx ?= "2.6.21.6+svnr${SRCREV}" +PREFERRED_VERSION_linux-ixp4xx ?= "2.6.21.7+svnr${SRCREV}" # Add packages required for basic networking support MACHINE_ESSENTIAL_EXTRA_RDEPENDS ?= "ixp4xx-npe" diff --git a/packages/linux/linux-ixp4xx/defconfig-2.6.21.6 b/packages/linux/linux-ixp4xx/defconfig-2.6.21.7 similarity index 100% rename from packages/linux/linux-ixp4xx/defconfig-2.6.21.6 rename to packages/linux/linux-ixp4xx/defconfig-2.6.21.7 diff --git a/packages/linux/linux-ixp4xx/nslu2/defconfig-2.6.21.6 b/packages/linux/linux-ixp4xx/nslu2/defconfig-2.6.21.7 similarity index 100% rename from packages/linux/linux-ixp4xx/nslu2/defconfig-2.6.21.6 rename to packages/linux/linux-ixp4xx/nslu2/defconfig-2.6.21.7 diff --git a/packages/linux/linux-ixp4xx_2.6.21.6.bb b/packages/linux/linux-ixp4xx_2.6.21.7.bb similarity index 95% rename from packages/linux/linux-ixp4xx_2.6.21.6.bb rename to packages/linux/linux-ixp4xx_2.6.21.7.bb index 288b9a7014..4d26621241 100644 --- a/packages/linux/linux-ixp4xx_2.6.21.6.bb +++ b/packages/linux/linux-ixp4xx_2.6.21.7.bb @@ -2,10 +2,10 @@ require linux.inc require linux-ixp4xx.inc VANILLA_VERSION = "2.6.21" -KERNEL_RELEASE = "2.6.21.6" +KERNEL_RELEASE = "2.6.21.7" PV = "${KERNEL_RELEASE}+svnr${SRCREV}" -PR = "r3" +PR = "r0" 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 \ -- 2.47.2