diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-02-04 20:59:16 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-02-04 20:59:16 +0000 |
commit | 978505ae9bbcae23dee135c1cc90d163c3e3abe6 (patch) | |
tree | 3fb729aac045504399b962a29c53319a7a15b0c0 /conf/distro/include/slugos.inc | |
parent | 18338970d6b0f87856fa6c7a6b31c93d00adeb70 (diff) |
slugos.inc: Update to 2.6.20
Diffstat (limited to 'conf/distro/include/slugos.inc')
-rw-r--r-- | conf/distro/include/slugos.inc | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc index 2e004d26bd..ba61355ba8 100644 --- a/conf/distro/include/slugos.inc +++ b/conf/distro/include/slugos.inc @@ -169,18 +169,12 @@ 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" +PREFERRED_VERSION_ixp4xx-kernel ?= "2.6.20" # Select the smallest provider of x11 libraries PREFERRED_PROVIDER_virtual/libx11 ?= "diet-x11" SRCDATE_diet-x11 ?= "20060106" -# Latest wpa-supplicant which supports madwifi-ng -PREFERRED_VERSION_wpa-supplicant ?= "0.5.1" - -# Latest linphone supports yeaphone -PREFERRED_VERSION_linphone ?= "1.6.0" - # Ensure consistency across all SlugOS builds for the provider of a # relational database - use the latest version of the SleepyCat # Berkeley database |