From: Jonas Jelonek Date: Sat, 25 Jul 2026 22:14:49 +0000 (+0200) Subject: hostapd: reset PKG_RELEASE X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04a7753deac010ca1b0f70e2280ee3fdbacb69fc;p=thirdparty%2Fopenwrt.git hostapd: reset PKG_RELEASE 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 --- diff --git a/package/network/services/hostapd/Makefile b/package/network/services/hostapd/Makefile index 34d08c6b24c..03bf891229f 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:=2 +PKG_RELEASE:=1 PKG_SOURCE_URL:=https://w1.fi/hostap.git PKG_SOURCE_PROTO:=git