aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/wolfssl/Makefile
diff options
context:
space:
mode:
authorMathew McBride <matt@traverse.com.au>2023-06-06 23:24:18 +0000
committerPetr Štetiar <ynezz@true.cz>2023-06-10 21:30:23 +0200
commit203deef82cdcb2c4deb01e2a4cee62a600723320 (patch)
tree8cce0ead92c584849af672d022a852337a1964e5 /package/libs/wolfssl/Makefile
parentc0bcfde58e751d674adfac51944df9e20ab978e4 (diff)
downloadupstream-203deef82cdcb2c4deb01e2a4cee62a600723320.tar.gz
upstream-203deef82cdcb2c4deb01e2a4cee62a600723320.tar.bz2
upstream-203deef82cdcb2c4deb01e2a4cee62a600723320.zip
wolfssl: change armvirt reference to armsr
armvirt target has been renamed to armsr (Arm SystemReady). Signed-off-by: Mathew McBride <matt@traverse.com.au>
Diffstat (limited to 'package/libs/wolfssl/Makefile')
-rw-r--r--package/libs/wolfssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/wolfssl/Makefile b/package/libs/wolfssl/Makefile
index 260335c34f6..d9426d75fc3 100644
--- a/package/libs/wolfssl/Makefile
+++ b/package/libs/wolfssl/Makefile
@@ -100,8 +100,8 @@ This variant uses AES CPU instructions (Intel AESNI or ARMv8 Crypto Extension)
endef
define Package/libwolfsslcpu-crypto/config
- if TARGET_armvirt && PACKAGE_libwolfsslcpu-crypto = y
- comment "You are about to build libwolfsslcpu-crypto into an armvirt_64 image."
+ if TARGET_armsr && PACKAGE_libwolfsslcpu-crypto = y
+ comment "You are about to build libwolfsslcpu-crypto into an armsr_64 image."
comment "Ensure all of your installation targets support the Crypto Extension. "
comment "Look for the 'aes' feature in /proc/cpuinfo. This library does not do "
comment "run-time detection and will crash if the CPU does not support it. "