From 6bd0906a696cd758a8f32995f9708bf5f9f73eaa Mon Sep 17 00:00:00 2001
From: Bob Mottram <bob@freedombone.net>
Date: Wed, 4 Jul 2018 21:08:53 +0100
Subject: [PATCH] 2.8.0 is the maximum version for mbedtls

---
 src/freedombone-image-customise | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/freedombone-image-customise b/src/freedombone-image-customise
index b10f4b2a7..b48e267c6 100755
--- a/src/freedombone-image-customise
+++ b/src/freedombone-image-customise
@@ -834,7 +834,7 @@ install_bmx7() {
 
     git clone "$BMX7_REPO" "$rootdir/etc/bmx7"
 
-    MBEDTLS_VERSION='2.11.0'
+    MBEDTLS_VERSION='2.8.0'
 
     cat <<EOF > "$rootdir/usr/bin/install_bmx7"
 #!/bin/bash
-- 
GitLab