diff options
author | John Klug <john.klug@multitech.com> | 2017-09-20 11:36:35 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-09-20 11:36:35 -0500 |
commit | 6f67a492d4adb729ebe4fd5c09c848a06540d372 (patch) | |
tree | 9d053b44a28196877870832df1a26553ac6fd002 /conf/distro/mlinux.conf | |
parent | 1025ec11e71b68daa9bb187c12f9d409879f8d13 (diff) | |
download | meta-mlinux-6f67a492d4adb729ebe4fd5c09c848a06540d372.tar.gz meta-mlinux-6f67a492d4adb729ebe4fd5c09c848a06540d372.tar.bz2 meta-mlinux-6f67a492d4adb729ebe4fd5c09c848a06540d372.zip |
flash fix for umountfs, MTCAP US915, LNS 1.0.413.3.13
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 194c92b..5e30697 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}.12" +DISTRO_VERSION = "${DISTRO_BASE_VERSION}.13" DISTRO_CODENAME = "" SDK_VENDOR = "-mlinux" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" |