diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-05-14 09:00:13 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-05-14 09:00:13 +0000 |
commit | 96066ddc50d3a99cb5d3f605711121c9ed8949ce (patch) | |
tree | abb57507870aa6fd6ae8a8581c168c7e277621c8 /conf | |
parent | 79efb8ec5587aede96b453ad264768038abfedd4 (diff) | |
parent | a920d8b43153dbb4cbb084188c22cf827c30d69a (diff) |
merge of '36e9da9da2dc49de8451fcb307377018bf615857'
and 'f40c77903a237b25c7cf6371f1eb2a56629ec0c4'
Diffstat (limited to 'conf')
-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" |