hostapd: increase PKG_RELEASE to fix builds
authorNick Hainke <vincent@systemli.org>
Fri, 29 Sep 2023 09:12:02 +0000 (11:12 +0200)
committerNick Hainke <vincent@systemli.org>
Fri, 29 Sep 2023 09:26:49 +0000 (11:26 +0200)
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>
package/network/services/hostapd/Makefile

index 5537500313e9dcf57338c428ed324e30af9c62a8..64048a963a480d982a766d604077f29ec1b4a4ce 100644 (file)
@@ -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