diff options
author | John Klug <john.klug@multitech.com> | 2017-04-24 17:05:23 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-04-24 17:05:23 -0500 |
commit | 996eef77543a20137a1f66f43765a262373468e7 (patch) | |
tree | 3db7e872cda55d380c2d3fd412a3d78a1a012363 /conf | |
parent | 045096e418acb0184620dbe50393e67eb016061d (diff) | |
download | meta-mlinux-996eef77543a20137a1f66f43765a262373468e7.tar.gz meta-mlinux-996eef77543a20137a1f66f43765a262373468e7.tar.bz2 meta-mlinux-996eef77543a20137a1f66f43765a262373468e7.zip |
u-boot authentication option and gethostbyname memory leak
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 7bcaa19..1ad1f27 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}.6" +DISTRO_VERSION = "${DISTRO_BASE_VERSION}.7" DISTRO_CODENAME = "" SDK_VENDOR = "-mlinux" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" |