openwrt/package
Eneas U de Queiroz d08c9da43c
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>
2022-09-25 15:19:10 +02:00
..
base-files base-files: Actually set default name 2022-09-22 21:37:45 +02:00
boot arm-trusted-firmware-mvebu: stop cluttering Image Builder 2022-09-21 13:06:10 +02:00
devel strace: replace PKG_CPE_ID 2022-09-06 16:36:36 +01:00
firmware ipq40xx: Add ZTE MF289F 2022-09-24 23:53:53 +02:00
kernel mac80211: fix parameter reading for AC_BE tx bursting 2022-09-24 17:41:38 +02:00
libs wolfssl: prefer regular libwolfssl over cpu-crypto 2022-09-25 15:19:10 +02:00
network iwinfo: update to the latest version 2022-09-22 15:26:58 +02:00
system rpcd: update to latest Git HEAD 2022-09-16 15:15:20 +02:00
utils ucode: update to latest Git HEAD 2022-09-16 15:15:20 +02:00
Makefile build: fix opkg install step for large package selection 2021-05-12 11:13:53 +02:00