diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-04-28 02:39:07 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-04-28 02:39:07 +0000 |
commit | 1920b81fb113249918af3ab510e316478e189139 (patch) | |
tree | 611538d4191499bc23f19803f0b9b175b22b106e /conf/distro/include/slugos.inc | |
parent | e4ef03e2e6dd41f5fb5aacfc2f0be46e41719e7f (diff) |
ixp4xx-kernel: Added 2.6.21, and set it as default for slugos
Diffstat (limited to 'conf/distro/include/slugos.inc')
-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 bc1a6fbfdd..4c7dd422c3 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.20" +PREFERRED_VERSION_ixp4xx-kernel ?= "2.6.21" # Select the smallest provider of x11 libraries PREFERRED_PROVIDER_virtual/libx11 ?= "diet-x11" |