[openwrt/openwrt] wolfssl: change armvirt reference to armsr

LEDE Commits lede-commits at lists.infradead.org
Tue Jun 13 07:50:27 PDT 2023


ynezz pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/e9ea57165707d5707317aa92e6ef9f572fa11f8c

commit e9ea57165707d5707317aa92e6ef9f572fa11f8c
Author: Mathew McBride <matt at traverse.com.au>
AuthorDate: Tue Jun 6 23:24:18 2023 +0000

    wolfssl: change armvirt reference to armsr
    
    armvirt target has been renamed to armsr (Arm SystemReady).
    
    Signed-off-by: Mathew McBride <matt at traverse.com.au>
    (cherry picked from commit 203deef82cdcb2c4deb01e2a4cee62a600723320)
---
 package/libs/wolfssl/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libs/wolfssl/Makefile b/package/libs/wolfssl/Makefile
index 260335c34f..d9426d75fc 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.     "




More information about the lede-commits mailing list