From: John Bowler Date: Fri, 28 Oct 2005 05:17:07 +0000 (+0000) Subject: nslu2-kernel: release 2.6.14 X-Git-Tag: Release-2010-05/1~9453^2~3175 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=250547d96937fe646f47c8193dca78054ecdfc13;p=openembedded.git nslu2-kernel: release 2.6.14 --- diff --git a/conf/distro/slugos.conf b/conf/distro/slugos.conf index 7151f2e8b3..828e0b5800 100644 --- a/conf/distro/slugos.conf +++ b/conf/distro/slugos.conf @@ -183,7 +183,7 @@ PREFERRED_VERSION_glibc ?= "2.3.5+cvs20050627" # Select the correct versions of the kernel and modules (these are the # defaults, override in the conf/distro top-level distro file). PREFERRED_PROVIDER_virtual/kernel ?= "nslu2-kernel" -PREFERRED_VERSION_nslu2-kernel ?= "2.6.14-rc5" +PREFERRED_VERSION_nslu2-kernel ?= "2.6.14" # Built-in ethernet modules PREFERRED_PROVIDER_virtual/ixp-eth ?= "ixp400-eth" diff --git a/packages/linux/nslu2-kernel_2.6.14-rc5.bb b/packages/linux/nslu2-kernel_2.6.14.bb similarity index 97% rename from packages/linux/nslu2-kernel_2.6.14-rc5.bb rename to packages/linux/nslu2-kernel_2.6.14.bb index 73af0e9a26..21a371369e 100644 --- a/packages/linux/nslu2-kernel_2.6.14-rc5.bb +++ b/packages/linux/nslu2-kernel_2.6.14.bb @@ -3,12 +3,12 @@ # Increment PR_CONFIG for changes to the nslu2-kernel specific # defconfig (do *NOT* increment anything in here for changes # to other kernel configs!) -PR_CONFIG = "2" +PR_CONFIG = "0" # # Increment the number below (i.e. the digits after PR) when # making changes within this file or for changes to the patches # applied to the kernel. -PR = "r2.${PR_CONFIG}" +PR = "r0.${PR_CONFIG}" include nslu2-kernel.inc