diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-05-20 13:12:28 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-05-20 13:12:28 +0000 |
commit | f0fe3d02e64ee0a912f46a24326b557d8c92bce1 (patch) | |
tree | b481b4add1ecedec90bf315e7956435a2475ec30 /conf/distro | |
parent | 9375e3001c13e0ebe5290a024dc7c61d6696d4f6 (diff) |
ixp4xx-kernel: Updated to 2.6.21.1
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/include/slugos.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc index 4c7dd422c3..8679300bc3 100644 --- a/conf/distro/include/slugos.inc +++ b/conf/distro/include/slugos.inc @@ -111,7 +111,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.21" +PREFERRED_VERSION_ixp4xx-kernel ?= "2.6.21.1" # Select the smallest provider of x11 libraries PREFERRED_PROVIDER_virtual/libx11 ?= "diet-x11" |