From 29e2470988a2c75aaffa051f89dc1ba8de69caa7 Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Tue, 25 Mar 2008 03:14:19 +0000 Subject: [PATCH] linux-ixp4xx: Updated to 2.6.24.4 --- conf/machine/include/ixp4xx.inc | 2 +- .../linux-ixp4xx/{defconfig-2.6.24.3 => defconfig-2.6.24.4} | 0 .../nslu2/{defconfig-2.6.24.3 => defconfig-2.6.24.4} | 0 .../{linux-ixp4xx_2.6.24.3.bb => linux-ixp4xx_2.6.24.4.bb} | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) rename packages/linux/linux-ixp4xx/{defconfig-2.6.24.3 => defconfig-2.6.24.4} (100%) rename packages/linux/linux-ixp4xx/nslu2/{defconfig-2.6.24.3 => defconfig-2.6.24.4} (100%) rename packages/linux/{linux-ixp4xx_2.6.24.3.bb => linux-ixp4xx_2.6.24.4.bb} (97%) diff --git a/conf/machine/include/ixp4xx.inc b/conf/machine/include/ixp4xx.inc index 4696d7906d..f392901bb8 100644 --- a/conf/machine/include/ixp4xx.inc +++ b/conf/machine/include/ixp4xx.inc @@ -7,7 +7,7 @@ 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.24.3+svnr${SRCREV}" +PREFERRED_VERSION_linux-ixp4xx ?= "2.6.24.4+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.24.3 b/packages/linux/linux-ixp4xx/defconfig-2.6.24.4 similarity index 100% rename from packages/linux/linux-ixp4xx/defconfig-2.6.24.3 rename to packages/linux/linux-ixp4xx/defconfig-2.6.24.4 diff --git a/packages/linux/linux-ixp4xx/nslu2/defconfig-2.6.24.3 b/packages/linux/linux-ixp4xx/nslu2/defconfig-2.6.24.4 similarity index 100% rename from packages/linux/linux-ixp4xx/nslu2/defconfig-2.6.24.3 rename to packages/linux/linux-ixp4xx/nslu2/defconfig-2.6.24.4 diff --git a/packages/linux/linux-ixp4xx_2.6.24.3.bb b/packages/linux/linux-ixp4xx_2.6.24.4.bb similarity index 97% rename from packages/linux/linux-ixp4xx_2.6.24.3.bb rename to packages/linux/linux-ixp4xx_2.6.24.4.bb index 06ff3f13d7..d7ccb4c096 100644 --- a/packages/linux/linux-ixp4xx_2.6.24.3.bb +++ b/packages/linux/linux-ixp4xx_2.6.24.4.bb @@ -2,7 +2,7 @@ require linux.inc require linux-ixp4xx.inc VANILLA_VERSION = "2.6.24" -KERNEL_RELEASE = "2.6.24.3" +KERNEL_RELEASE = "2.6.24.4" # If you use a rc, you will need to use this: #PV = "${VANILLA_VERSION}+${KERNEL_RELEASE}+svnr${SRCREV}" -- 2.39.5