diff options
author | John Klug <john.klug@multitech.com> | 2018-12-11 16:31:31 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2018-12-11 16:31:31 -0600 |
commit | bc2a664526a1529e7e3a3b71a857ec15f8bb8581 (patch) | |
tree | 6695ef7b3ac6be82fbd0225ed98e68b947433920 /conf | |
parent | cc36198b0c3da0d1e54ddef7ecc3fa36956a0917 (diff) | |
download | meta-mlinux-bc2a664526a1529e7e3a3b71a857ec15f8bb8581.tar.gz meta-mlinux-bc2a664526a1529e7e3a3b71a857ec15f8bb8581.tar.bz2 meta-mlinux-bc2a664526a1529e7e3a3b71a857ec15f8bb8581.zip |
5.1.0r3 LPF, Allow IPV6 in PPP by default, build issue with rs9113 image recipes
Diffstat (limited to '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 33238b9..d340bdb 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}.0" +DISTRO_VERSION = "${DISTRO_BASE_VERSION}.1" DISTRO_CODENAME = "" SDK_VENDOR = "-mlinux" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" |