From: Nick Hainke Date: Fri, 29 Sep 2023 09:12:02 +0000 (+0200) Subject: hostapd: increase PKG_RELEASE to fix builds X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=91d2ead3c3bf75b279f861ad5d11b64bf31478f0;p=openwrt%2Fstaging%2Fnbd.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 5537500313..64048a963a 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