diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-10-21 06:49:56 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-21 06:49:56 +0000 |
commit | 5a1390a966196b6b98ee4d468a4cddca0908fabf (patch) | |
tree | ca256a8c9038f91c1abb80c6f6d0d737cef9e1d4 /conf/distro | |
parent | 309aa14ade213eb60bd6c993458c560bbb98a8be (diff) |
openslug-kernel: version 2.6.14-rc5
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/openslug.conf | 2 | ||||
-rw-r--r-- | conf/distro/ucslugc.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf index 5755fa0cdb..de0a4f46fd 100644 --- a/conf/distro/openslug.conf +++ b/conf/distro/openslug.conf @@ -177,7 +177,7 @@ CVSDATE_diet-x11 ?= "20051005" # Select the correct versions of the kernel and modules PREFERRED_PROVIDER_virtual/kernel ?= "openslug-kernel" PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross" -PREFERRED_VERSION_openslug-kernel ?= "2.6.14-rc4" +PREFERRED_VERSION_openslug-kernel ?= "2.6.14-rc5" PREFERRED_PROVIDER_virtual/ixp-eth ?= "ixp425-eth" PREFERRED_VERSION_ixp4xx-csr ?= "1.4" diff --git a/conf/distro/ucslugc.conf b/conf/distro/ucslugc.conf index 730a6ae228..a8534aa05f 100644 --- a/conf/distro/ucslugc.conf +++ b/conf/distro/ucslugc.conf @@ -156,7 +156,7 @@ PREFERRED_VERSION_glibc ?= "2.3.5+cvs20050627" # Select the correct versions of the kernel and modules PREFERRED_PROVIDER_virtual/kernel ?= "openslug-kernel" PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross" -PREFERRED_VERSION_openslug-kernel ?= "2.6.14-rc4" +PREFERRED_VERSION_openslug-kernel ?= "2.6.14-rc5" PREFERRED_PROVIDER_virtual/ixp-eth ?= "ixp425-eth" PREFERRED_VERSION_ixp4xx-csr ?= "1.4" |