projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02ed2b0
)
hostapd: increase PKG_RELEASE to fix builds
author
Nick Hainke
<vincent@systemli.org>
Fri, 29 Sep 2023 09:12:02 +0000
(11:12 +0200)
committer
Nick Hainke
<vincent@systemli.org>
Fri, 29 Sep 2023 09:29:36 +0000
(11:29 +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>
(cherry picked from commit
91d2ead3c3bf75b279f861ad5d11b64bf31478f0
)
package/network/services/hostapd/Makefile
patch
|
blob
|
history
diff --git
a/package/network/services/hostapd/Makefile
b/package/network/services/hostapd/Makefile
index 5537500313e9dcf57338c428ed324e30af9c62a8..64048a963a480d982a766d604077f29ec1b4a4ce 100644
(file)
--- 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