From: Nick Hainke Date: Fri, 29 Sep 2023 09:12:02 +0000 (+0200) Subject: hostapd: increase PKG_RELEASE to fix builds X-Git-Tag: v24.10.0-rc1~4104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91d2ead3c3bf75b279f861ad5d11b64bf31478f0;p=thirdparty%2Fopenwrt.git hostapd: increase PKG_RELEASE to fix builds Recent hostapd changes just edited the ucode files. It is required to bump the PKG_RELEASE to include the newest changes in the latest builds. Signed-off-by: Nick Hainke --- diff --git a/package/network/services/hostapd/Makefile b/package/network/services/hostapd/Makefile index 5537500313e..64048a963a4 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:=3 +PKG_RELEASE:=4 PKG_SOURCE_URL:=http://w1.fi/hostap.git PKG_SOURCE_PROTO:=git