diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2006-01-19 01:28:02 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-19 01:28:02 +0000 |
commit | dae5645536b0574993ce92b32e99b03c43d9e17a (patch) | |
tree | 18da74933dea05b4bfe238aec9c26228870c6038 /conf | |
parent | 4494a5e8ee30ee5546c12b3d5f48d72b6e274e09 (diff) |
ixp4xx-kernel: bugfix release 2.6.15.1
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 58e2ab65c7..0bedaa7f71 100644 --- a/conf/distro/slugos.conf +++ b/conf/distro/slugos.conf @@ -163,7 +163,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.15" +PREFERRED_VERSION_ixp4xx-kernel ?= "2.6.15.1" # Built-in ethernet modules PREFERRED_PROVIDER_virtual/ixp-eth ?= "ixp400-eth" |