From 38a9f987585a62dbba09eb8ca6cb2372db69260c Mon Sep 17 00:00:00 2001 From: Bob Mottram <bob@freedombone.net> Date: Wed, 4 Jul 2018 21:32:48 +0100 Subject: [PATCH] mbedtls constant --- 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 b48e267c6..bd16fa10a 100755 --- a/src/freedombone-image-customise +++ b/src/freedombone-image-customise @@ -880,7 +880,7 @@ make install cd /etc/bmx7 git checkout $BMX7_COMMIT -b $BMX7_COMMIT -if ! make build_all EXTRA_CFLAGS="-DTRAFFIC_DUMP -DCRYPTLIB=MBEDTLS_${MBEDTLS_VERSION}"; then +if ! make build_all EXTRA_CFLAGS="-DTRAFFIC_DUMP -DCRYPTLIB=MBEDTLS_2_8_0"; then exit 5 fi make install -- GitLab