summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2017-11-30 16:57:21 -0600
committerJohn Klug <john.klug@multitech.com>2017-11-30 16:57:21 -0600
commitca7a7f77d3d9ffccf9f02bd0c74d8356f9445865 (patch)
tree26cd6275e0aed1983ecf97c06e294080ca7e89c7
parent7ff6d720b2c531494b0ac8e4fc8b386565c65d6f (diff)
downloadmeta-mlinux-ca7a7f77d3d9ffccf9f02bd0c74d8356f9445865.tar.gz
meta-mlinux-ca7a7f77d3d9ffccf9f02bd0c74d8356f9445865.tar.bz2
meta-mlinux-ca7a7f77d3d9ffccf9f02bd0c74d8356f9445865.zip
Preserve wifi/bt settings over image installs.
-rw-r--r--conf/distro/mlinux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/mlinux.conf b/conf/distro/mlinux.conf
index 0726d44..91ddc55 100644
--- a/conf/distro/mlinux.conf
+++ b/conf/distro/mlinux.conf
@@ -1,7 +1,7 @@
DISTRO = "mlinux"
DISTRO_NAME = "mLinux"
DISTRO_BASE_VERSION = "3.3"
-DISTRO_VERSION = "${DISTRO_BASE_VERSION}.16"
+DISTRO_VERSION = "${DISTRO_BASE_VERSION}.17"
DISTRO_CODENAME = ""
SDK_VENDOR = "-mlinux"
SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"