diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-03-20 11:19:56 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-20 11:19:56 +0000 |
commit | 0355f6e033131c804cd4583e0715d54d30e797fb (patch) | |
tree | 13674d8d6f3cfb0940df8f91cc6d2a043daf89b5 /conf/distro | |
parent | 13d621b24dab486c60583ce8745e9890eafe5dc7 (diff) |
ixp4xx-kernel: Moved to 2.6.16 final
Diffstat (limited to 'conf/distro')
-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" |