diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-05-13 21:27:54 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-05-13 21:27:54 +0000 |
commit | 4612d0bb2f0b9e21b0889ceb571616c9ecd5d2c0 (patch) | |
tree | 7e177eb129fdaa2b3408e13ae11670f94f2af01e /conf/distro/include/slugos.inc | |
parent | 8b3980363533e21ff2da9bfb12f66068b3280a77 (diff) |
ixp4xx-kernel: Dropped support for 2.6.21, we're sticking to 2.6.20 stable and 2.6.22 development
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 4c7dd422c3..bc1a6fbfdd 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.20" # Select the smallest provider of x11 libraries PREFERRED_PROVIDER_virtual/libx11 ?= "diet-x11" |