immortalwrt/package
Eneas U de Queiroz 8cc2c1d901
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>
(cherry picked from commit d08c9da43c)
2022-09-27 17:08:39 +08:00
..
base-files Merge Official Source 2022-09-27 17:07:22 +08:00
boot Merge Official Source 2022-09-03 17:00:49 +08:00
devel Merge Official Source 2021-04-12 02:22:36 +08:00
emortal automount: fix typo error 2022-09-11 10:56:19 +08:00
firmware Merge Official Source 2022-07-29 21:28:06 +08:00
kernel mac80211: rt2x00: replace patches with v3 of pending series 2022-09-20 15:36:09 +08:00
libs wolfssl: prefer regular libwolfssl over cpu-crypto 2022-09-27 17:08:39 +08:00
network hostapd: update to 2022-06-02 2022-09-10 09:26:19 +08:00
system package: fix cmake packages build with ninja 2022-05-18 12:09:41 +08:00
utils Merge Official Source 2022-07-29 21:28:06 +08:00
Makefile build: fix opkg install step for large package selection 2021-12-31 17:55:29 +01:00