From 3b63428fe9f1892c6b6787059c9c02bc489204d8 Mon Sep 17 00:00:00 2001 From: John Klug Date: Thu, 23 Sep 2021 11:32:51 -0500 Subject: Fix USART4 handshaking, add overlay for older versions of MTRV1 --- conf/distro/mlinux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/distro/mlinux.conf b/conf/distro/mlinux.conf index f833f97..e51e6d3 100644 --- a/conf/distro/mlinux.conf +++ b/conf/distro/mlinux.conf @@ -1,7 +1,7 @@ DISTRO = "mlinux" DISTRO_NAME = "mLinux" DISTRO_BASE_VERSION = "5.3" -DISTRO_VERSION = "${DISTRO_BASE_VERSION}.9" +DISTRO_VERSION = "${DISTRO_BASE_VERSION}.10" DISTRO_CODENAME = "" SDK_VENDOR = "-mlinux" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" -- cgit v1.2.3