aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/wolfssl/Config.in
diff options
context:
space:
mode:
authorEneas U de Queiroz <cotequeiroz@gmail.com>2022-09-23 08:43:59 -0300
committerChristian Marangi <ansuelsmth@gmail.com>2022-09-25 15:19:10 +0200
commitd08c9da43cf364712e947d5faa3ab84d995dd0ec (patch)
tree99234f464a94b294e421e931f42f44f4b7905398 /package/libs/wolfssl/Config.in
parent50d0b41b38440fa5c6b87bebc229296667851b26 (diff)
downloadupstream-d08c9da43cf364712e947d5faa3ab84d995dd0ec.tar.gz
upstream-d08c9da43cf364712e947d5faa3ab84d995dd0ec.tar.bz2
upstream-d08c9da43cf364712e947d5faa3ab84d995dd0ec.zip
wolfssl: prefer regular libwolfssl over cpu-crypto
Rename libwolfssl-cpu-crypto to libwolfsslcpu-crypto so that the regular libwolfssl version comes first when running: opkg install libwolfssl Normally, if the package name matches the opkg parameter, that package is preferred. However, for libraries, the ABI version string is appended to the package official name, and the short name won't match. Failing a name match, the candidate packages are sorted in alphabetical order, and a dash will come before any number. So in order to prefer the original library, the dash should be removed from the alternative library. Fixes: c3e7d86d2b (wolfssl: add libwolfssl-cpu-crypto package) Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Diffstat (limited to 'package/libs/wolfssl/Config.in')
-rw-r--r--package/libs/wolfssl/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/wolfssl/Config.in b/package/libs/wolfssl/Config.in
index af9ba923fe..a212d1fb8a 100644
--- a/package/libs/wolfssl/Config.in
+++ b/package/libs/wolfssl/Config.in
@@ -67,8 +67,8 @@ config WOLFSSL_HAS_DEVCRYPTO
bool
if PACKAGE_libwolfssl
- if PACKAGE_libwolfssl-cpu-crypto
- comment "Hardware Acceleration does not apply to libwolfssl-cpu-crypto"
+ if PACKAGE_libwolfsslcpu-crypto
+ comment "Hardware Acceleration does not apply to libwolfsslcpu-crypto"
endif
choice
prompt "Hardware Acceleration"