diff options
author | Graeme Gregory <dp@xora.org.uk> | 2006-03-20 12:20:09 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-20 12:20:09 +0000 |
commit | ae5317921527686b3a0ec41e0e86cd5cdbd973da (patch) | |
tree | caee53d657c3c0a26cc3bd3e04c9a10ae896fa55 /conf | |
parent | 741855bef6c2ba84ef374d19afba1ad101f4cbf2 (diff) | |
parent | 08c9337a82e50e26565453b3242396a127ef98c2 (diff) |
merge of da1dc40350663056197750a19f00a46d20e267bf
and eef84004dea20080082b6e55d342f2a6fbe75b8e
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" |