diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2006-02-01 08:22:51 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-01 08:22:51 +0000 |
commit | 594313d9d9a596e54ece19ccda7a4c3602fea55e (patch) | |
tree | 589e1482015a9b1fe8935d3a6802a369bff9a66b /conf/distro | |
parent | b0960543c749e1812e685ae0a9865bdc2d3896ae (diff) |
slugos: select ixp4xx-kernel 2.6.15.2 in conf
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 572e20e730..16a5999738 100644 --- a/conf/distro/slugos.conf +++ b/conf/distro/slugos.conf @@ -166,7 +166,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.1" +PREFERRED_VERSION_ixp4xx-kernel ?= "2.6.15.2" # Built-in ethernet modules PREFERRED_PROVIDER_virtual/ixp-eth ?= "ixp400-eth" |