]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
hostapd: reset PKG_RELEASE
authorJonas Jelonek <jelonek.jonas@gmail.com>
Sat, 25 Jul 2026 22:14:49 +0000 (00:14 +0200)
committerJonas Jelonek <jelonek.jonas@gmail.com>
Sat, 25 Jul 2026 22:14:49 +0000 (00:14 +0200)
Reset PKG_RELEASE to 1 since the package has been updated to a newer
upstream version. This reset was missed during update.

Fixes: 345404476ac8 ("hostapd: update to 2026-07-09")
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
package/network/services/hostapd/Makefile

index 34d08c6b24cc66470436e0d2972babb55a33a1ae..03bf891229f664bbc749ddb58b0c8fe779938bd6 100644 (file)
@@ -5,7 +5,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=hostapd
-PKG_RELEASE:=2
+PKG_RELEASE:=1
 
 PKG_SOURCE_URL:=https://w1.fi/hostap.git
 PKG_SOURCE_PROTO:=git