1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 14:08:17 +02:00
openwrt/package/libs/wolfssl
Hauke Mehrtens d1b5d17d03 wolfssl: Do not activate HW acceleration on armvirt by default
The armvirt target is also used to run OpenWrt in lxc on other targets
like a Raspberry Pi. If we set WOLFSSL_HAS_CPU_CRYPTO by default the
wolfssl binray is only working when the CPU supports the hardware crypto
extension.

Some targets like the Raspberry Pi do not support the ARM CPU crypto
extension, compile wolfssl without it by default. It is still possible
to activate it in custom builds.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2022-07-20 17:02:45 +02:00
..
patches wolfssl: bump to 5.4.0 2022-07-16 22:22:40 +02:00
Config.in wolfssl: Do not activate HW acceleration on armvirt by default 2022-07-20 17:02:45 +02:00
Makefile wolfssl: bump to 5.4.0 2022-07-16 22:22:40 +02:00