diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-01-23 06:38:56 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-01-23 06:38:56 +0000 |
commit | cb82568f332d7f92138ce72f1663598de234cbaa (patch) | |
tree | 078cd38a1739826b33370e52fc816f9c1bd3772c /conf/distro/include | |
parent | 73ec7248a6afa80e2db3c4560ae86d85464a71c8 (diff) |
ixp4xx-kernel: set default to 2.6.19
Diffstat (limited to 'conf/distro/include')
-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 1cb9ef0bed..89ea08a157 100644 --- a/conf/distro/include/slugos.inc +++ b/conf/distro/include/slugos.inc @@ -171,7 +171,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.19+2.6.20-rc4" +PREFERRED_VERSION_ixp4xx-kernel ?= "2.6.19" # Select the smallest provider of x11 libraries PREFERRED_PROVIDER_virtual/libx11 ?= "diet-x11" |