From 2f1b73b70dcc9b7c73142205a530309a25b8410d Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sat, 31 Dec 2022 19:32:41 +0100 Subject: treewide: Trigger reinstall of all wolfssl dependencies The ABI of the wolfssl library changed a bit between version 5.5.3 and 5.5.4. This release update will trigger a rebuild of all packages which are using wolfssl to make sure they are adapted to the new ABI. Signed-off-by: Hauke Mehrtens (cherry picked from commit ee47a28cec01c7943238bae45f65a98e4fc9abbe) --- package/network/services/hostapd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/network') diff --git a/package/network/services/hostapd/Makefile b/package/network/services/hostapd/Makefile index d78d7ff621..a06f6a0523 100644 --- a/package/network/services/hostapd/Makefile +++ b/package/network/services/hostapd/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hostapd -PKG_RELEASE:=$(AUTORELEASE).1 +PKG_RELEASE:=$(AUTORELEASE).2 PKG_SOURCE_URL:=http://w1.fi/hostap.git PKG_SOURCE_PROTO:=git -- cgit v1.2.3