diff options
author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-02-04 22:20:51 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-02-04 22:20:51 +0000 |
commit | b700150f3b093619d104a2a3e24b856e5a2f4dbf (patch) | |
tree | 48c465ec4f9762781f5eaa8c7fce94e0a65a270f /conf | |
parent | b18e1767e1d0f6bc4b6f6e8f319569711a8685da (diff) | |
parent | 3c687d1dbfd455c79126341112c381cd24f86bdb (diff) |
merge of '355cafb7c6689b944b0668d7b743dff6ad6889ec'
and '9c738861989606d0fa4e37315bc94abc74cd3078'
Diffstat (limited to 'conf')
-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 |