From 9bd1268ad6ed05f1bc958297401f181aa27853de Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Mon, 8 Mar 2021 19:58:38 +0800 Subject: [PATCH] mbedtls: fix dependencies of arch Signed-off-by: Tianling Shen --- package/libs/mbedtls/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/libs/mbedtls/Makefile b/package/libs/mbedtls/Makefile index 69632a77d0..74ec2a0836 100644 --- a/package/libs/mbedtls/Makefile +++ b/package/libs/mbedtls/Makefile @@ -67,7 +67,7 @@ config LIBMBEDTLS_HAVE_ARMV8CE_AES bool default y prompt "Enable use of the ARMv8 Crypto Extensions" - depends on aarch64 && !TARGET_bcm27xx + depends on aarch64 && !TARGET_bcm27xx && !TARGET_bcm4908 help Use of the ARMv8 Crypto Extensions greatly increase performance (up to 4x faster on AES-GCM while 10x faster on raw AES).