diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-03-20 11:25:10 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-20 11:25:10 +0000 |
commit | 08c9337a82e50e26565453b3242396a127ef98c2 (patch) | |
tree | cc893593d6e427c3ee8416aae553c0ce0b6cceaa /conf | |
parent | e404d3f4b1ea1b7a4578d34398a3fcfde8a01870 (diff) | |
parent | 0355f6e033131c804cd4583e0715d54d30e797fb (diff) |
merge of 135034cf51fecc3c52b45d1a26261b3b2d93bac6
and 599ce309bcded85efa1ed80fedea59fce4bb01ed
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/slugos.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/slugos.conf b/conf/distro/slugos.conf index 929a93ad08..5a73aff7a2 100644 --- a/conf/distro/slugos.conf +++ b/conf/distro/slugos.conf @@ -170,7 +170,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 ?= "ixp4xx-kernel" -PREFERRED_VERSION_ixp4xx-kernel ?= "2.6.16-rc4-git9" +PREFERRED_VERSION_ixp4xx-kernel ?= "2.6.16" # Built-in ethernet modules PREFERRED_PROVIDER_virtual/ixp-eth ?= "ixp400-eth" |