summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2023-09-29 11:12:02 +0200
committerNick Hainke <vincent@systemli.org>2023-09-29 11:29:36 +0200
commit7fe85ce1f2d53384561517bd0c8818d3b2ea43fc (patch)
treeb9405e304e5853e5810f86bab66316741119312a
parent02ed2b0271c5e17584884146649d7fb64a9ac35d (diff)
downloadopenwrt-7fe85ce1f2d53384561517bd0c8818d3b2ea43fc.tar.gz
openwrt-7fe85ce1f2d53384561517bd0c8818d3b2ea43fc.tar.bz2
openwrt-7fe85ce1f2d53384561517bd0c8818d3b2ea43fc.zip
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 <vincent@systemli.org> (cherry picked from commit 91d2ead3c3bf75b279f861ad5d11b64bf31478f0)
-rw-r--r--package/network/services/hostapd/Makefile2
1 files changed, 1 insertions, 1 deletions
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