[openwrt/openwrt] hostapd: increase PKG_RELEASE to fix builds

LEDE Commits lede-commits at lists.infradead.org
Fri Sep 29 02:30:38 PDT 2023


nick pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/7fe85ce1f2d53384561517bd0c8818d3b2ea43fc

commit 7fe85ce1f2d53384561517bd0c8818d3b2ea43fc
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Fri Sep 29 11:12:02 2023 +0200

    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 at systemli.org>
    (cherry picked from commit 91d2ead3c3bf75b279f861ad5d11b64bf31478f0)
---
 package/network/services/hostapd/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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




More information about the lede-commits mailing list