wolfssl: Do not activate HW acceleration on armvirt by default
authorHauke Mehrtens <hauke@hauke-m.de>
Mon, 18 Jul 2022 21:06:00 +0000 (23:06 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Wed, 20 Jul 2022 16:12:52 +0000 (18:12 +0200)
commita1068f77c90244c38ff54e94a43837b4c65cbf72
treeb762d1eb07e44994f0a37fc962a4f1480cd8d917
parentdbe19b1041b15097af139c0d80dc6b3d07466107
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>
(cherry picked from commit d1b5d17d03c844ad578bb53b90ea17377bdc5eee)
package/libs/wolfssl/Config.in