diff options
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 |