From fbf8688f01ea815054c0aebce0b81b386fe1d66f Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Wed, 30 Oct 2019 11:04:12 +0100 Subject: [PATCH] pkg/wolfssl: add 32bit arch requirement --- pkg/wolfssl/Makefile.dep | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg/wolfssl/Makefile.dep b/pkg/wolfssl/Makefile.dep index 9352cdb326..eaa49bff4b 100644 --- a/pkg/wolfssl/Makefile.dep +++ b/pkg/wolfssl/Makefile.dep @@ -82,3 +82,6 @@ endif ifneq (,$(filter wolfcrypt_random,$(USEMODULE))) USEMODULE += random endif + +# wolfssl is only supported by 32 bit architectures +FEATURES_REQUIRED += arch_32bit