diff options
author | Koen Kooi <koen@openembedded.org> | 2007-02-04 22:50:59 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-02-04 22:50:59 +0000 |
commit | 4e92b1387151891718014d27a15b1174cffed2f8 (patch) | |
tree | 9a86d7eb4dd06dd60af17e6faf9439cb37330539 /conf/distro/include | |
parent | 5dbdfa6466b4eca1008a13fd2051d0bede3d0771 (diff) | |
parent | b700150f3b093619d104a2a3e24b856e5a2f4dbf (diff) |
merge of '11f0ee99928fd3f1abcbb6452894ad035ca86caf'
and 'a5e5f5fafe980604ae345371946d6043cff860d3'
Diffstat (limited to 'conf/distro/include')
-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 |