aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/wolfssl/Makefile
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2018-05-31 00:34:15 +0200
committerJo-Philipp Wich <jo@mein.io>2018-12-18 08:13:22 +0100
commit42121995c7e5275978aa88685e83c691349b7e42 (patch)
treefee5d78b3773a7ca6ab4822623a6f324f913dd62 /package/libs/wolfssl/Makefile
parent22739871fe514d93bba1a40029b3699ef85fe3b7 (diff)
downloadupstream-42121995c7e5275978aa88685e83c691349b7e42.tar.gz
upstream-42121995c7e5275978aa88685e83c691349b7e42.tar.bz2
upstream-42121995c7e5275978aa88685e83c691349b7e42.zip
wolfssl: change defaults to cover wpa_supplicant needs
Implicetely selecting the required options via Kconfig snippet from hostapd worked fine in local builds when using menuconfig but confused the buildbots which (in phase1) may build wpad-mini and hence already come with CONFIG_WPA_WOLFSSL being defined as unset which then won't trigger changing the defaults of wolfssl. Work around by explicitely reflecting wpa_supplicant's needs in wolfssl's default settings to make buildbots happy. Signed-off-by: Daniel Golle <daniel@makrotopia.org> (backported from dad39249fb91d6f320256ac12944863f09bb2dc9)
Diffstat (limited to 'package/libs/wolfssl/Makefile')
-rw-r--r--package/libs/wolfssl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/wolfssl/Makefile b/package/libs/wolfssl/Makefile
index 8c0b8617ca..e08b6f3929 100644
--- a/package/libs/wolfssl/Makefile
+++ b/package/libs/wolfssl/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=wolfssl
PKG_VERSION:=3.14.4
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).zip
# PKG_SOURCE_URL:=https://www.wolfssl.com/