diff options
author | John Klug <john.klug@multitech.com> | 2018-01-09 14:12:12 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2018-01-09 14:12:12 -0600 |
commit | 05459f0ec2cc88f7c7b8bd49e4e71d6fae54a24e (patch) | |
tree | 419eadf61014d4209e107c767ada84a4e18e19a5 | |
parent | 891540676720f4af95dec79a75884af914700909 (diff) | |
download | meta-mlinux-05459f0ec2cc88f7c7b8bd49e4e71d6fae54a24e.tar.gz meta-mlinux-05459f0ec2cc88f7c7b8bd49e4e71d6fae54a24e.tar.bz2 meta-mlinux-05459f0ec2cc88f7c7b8bd49e4e71d6fae54a24e.zip |
Update mLinux for LNS 2.0.13
-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 5b261a2..7a2e328 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}.19" +DISTRO_VERSION = "${DISTRO_BASE_VERSION}.20" DISTRO_CODENAME = "" SDK_VENDOR = "-mlinux" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" |