diff options
author | Nick Hainke <vincent@systemli.org> | 2023-09-29 11:12:02 +0200 |
---|---|---|
committer | Nick Hainke <vincent@systemli.org> | 2023-09-29 11:29:36 +0200 |
commit | 7fe85ce1f2d53384561517bd0c8818d3b2ea43fc (patch) | |
tree | b9405e304e5853e5810f86bab66316741119312a | |
parent | 02ed2b0271c5e17584884146649d7fb64a9ac35d (diff) | |
download | upstream-7fe85ce1f2d53384561517bd0c8818d3b2ea43fc.tar.gz upstream-7fe85ce1f2d53384561517bd0c8818d3b2ea43fc.tar.bz2 upstream-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/Makefile | 2 |
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 |