summaryrefslogtreecommitdiff
path: root/conf/distro/include/slugos.inc
diff options
context:
space:
mode:
Diffstat (limited to 'conf/distro/include/slugos.inc')
-rw-r--r--conf/distro/include/slugos.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc
index 1ac6fe05ad..c74624b0ed 100644
--- a/conf/distro/include/slugos.inc
+++ b/conf/distro/include/slugos.inc
@@ -249,7 +249,7 @@ PREFERRED_PROVIDER_gconf ?= "gconf"
# be pulled from a separate include file. But they can
# go here for now.
PREFERRED_VERSION_automake-native ?= "1.10"
-PREFERRED_VERSION_busybox ?= "1.11.3"
+PREFERRED_VERSION_busybox ?= "1.13.2"
PREFERRED_VERSION_dbus ?= "1.2.1"
PREFERRED_VERSION_glib-2.0 ?= "2.18.3"
PREFERRED_VERSION_glib-2.0-native ?= "2.18.0"
@@ -268,5 +268,9 @@ PREFERRED_VERSION_pkgconfig-native ?= "0.23"
# libusb will overwrite libusb-compat in staging.
PREFERRED_VERSION_libusb ?= "0.0.0"
+# mtd-utils 1.2.0+git cannot be fetched, so SlugOS will stick
+# with 1.1.0 for now:
+PREFERRED_VERSION_mtd-utils ?= "1.1.0"
+
require conf/distro/include/sane-srcdates.inc
require conf/distro/include/sane-srcrevs.inc