diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-06-19 23:43:02 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-19 23:43:02 +0000 |
commit | b26302c8d2bc8fe9b635fdc0e586be1bc47ed6f5 (patch) | |
tree | 6f90dc24be276c5c0324a2233f5984be44f07fc0 /conf | |
parent | 2d179ec6ae3fbe132ef6a1098014a238928304ae (diff) |
slugos.conf: Updated default kernel to 2.6.17
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 123fd4362a..b9b169b359 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" +PREFERRED_VERSION_ixp4xx-kernel ?= "2.6.17" # Built-in ethernet modules PREFERRED_PROVIDER_virtual/ixp-eth ?= "ixp400-eth" |