diff options
author | Rod Whitby <rod@whitby.id.au> | 2008-01-30 06:20:10 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2008-01-30 06:20:10 +0000 |
commit | da46c139de71989d968aa7fd372f73506c07f525 (patch) | |
tree | 20f2232fd33d3c93eb9b2e2e3c9bf0f9ec6f10ba /conf/distro/include/slugos.inc | |
parent | 9d301ebcc2a9dd9a5978068df01aca3c8cbb102d (diff) |
slugos.inc: Allow ixp4xx.conf to set the preferred kernel version
Diffstat (limited to 'conf/distro/include/slugos.inc')
-rw-r--r-- | conf/distro/include/slugos.inc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc index ea4980b55a..c13c9b6c75 100644 --- a/conf/distro/include/slugos.inc +++ b/conf/distro/include/slugos.inc @@ -119,11 +119,6 @@ PREFERRED_VERSION_glibc ?= "2.5" PREFERRED_VERSION_glibc-intermediate ?= "2.5" PREFERRED_VERSION_glibc-initial ?= "2.5" -# 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 ?= "linux-ixp4xx" -PREFERRED_VERSION_ixp4xx-kernel ?= "2.6.21.6" - # Select the smallest provider of x11 libraries PREFERRED_PROVIDER_virtual/libx11 ?= "diet-x11" SRCDATE_diet-x11 ?= "20060106" |