diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-04-25 20:32:47 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-25 20:32:47 +0000 |
commit | 82362cd17cc3cf1b6be49f397dd0530f44b076bb (patch) | |
tree | 7ade07b4111e0e68728bb8663aab0602e5054ad0 /conf | |
parent | f4464f474d72281f0df7b8bc46ee35a9fcfbfff1 (diff) |
slugos: Added madwifi-ng and wpa-supplicant (version 0.5.1 required).
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/slugos.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/distro/slugos.conf b/conf/distro/slugos.conf index 5a73aff7a2..acb055eb42 100644 --- a/conf/distro/slugos.conf +++ b/conf/distro/slugos.conf @@ -78,7 +78,7 @@ SLUGOS_IMAGENAME ?= "${DISTRO_NAME}" # pull in the frozen list of bbfiles - this sets BBFILES and this will override any # setting in local.conf Since this depends on ${DISTRO} it doesn't actually do # anything by default unless conf/distro/${DISTRO}-packages.conf exists. -include conf/distro/freeze.conf +# include conf/distro/freeze.conf #---------------------------------------------------------------------------------- # FEEDS @@ -182,6 +182,9 @@ PREFERRED_VERSION_ixp400-eth ?= "1.5" PREFERRED_PROVIDER_libx11 ?= "diet-x11" SRCDATE_diet-x11 ?= "20060106" +# Latest wpa-supplicant which supports madwifi-ng +PREFERRED_VERSION_wpa-supplicant ?= "0.5.1" + # Ensure consistency across all SlugOS builds for the provider of a # relational database - use the latest version of the SleepyCat # Berkeley database |