diff options
author | John Klug <john.klug@multitech.com> | 2019-03-20 13:18:00 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-03-20 13:18:00 -0500 |
commit | 9531a63701fa19708365412eb9a4ccbc0dd7e5bf (patch) | |
tree | 06aff90f3f325a30a3f1ade47849d4a5c441f3fd /conf/distro/mlinux.conf | |
parent | d51198598cc7e1d4de28c27b00ab65351c9bb92d (diff) | |
download | meta-mlinux-9531a63701fa19708365412eb9a4ccbc0dd7e5bf.tar.gz meta-mlinux-9531a63701fa19708365412eb9a4ccbc0dd7e5bf.tar.bz2 meta-mlinux-9531a63701fa19708365412eb9a4ccbc0dd7e5bf.zip |
mlinux-set-apn script and LNS for mLinux MTCAP4.1.6
Diffstat (limited to 'conf/distro/mlinux.conf')
-rw-r--r-- | conf/distro/mlinux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/mlinux.conf b/conf/distro/mlinux.conf index fc5ae3c..a8a267a 100644 --- a/conf/distro/mlinux.conf +++ b/conf/distro/mlinux.conf @@ -1,7 +1,7 @@ DISTRO = "mlinux" DISTRO_NAME = "mLinux" DISTRO_BASE_VERSION = "4.1" -DISTRO_VERSION = "${DISTRO_BASE_VERSION}.5" +DISTRO_VERSION = "${DISTRO_BASE_VERSION}.6" DISTRO_CODENAME = "" SDK_VENDOR = "-mlinux" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" |