diff options
| author | Felix Fietkau | 2021-11-24 14:43:10 +0000 |
|---|---|---|
| committer | Felix Fietkau | 2021-11-24 14:43:10 +0000 |
| commit | 9127e5193ecf2a300f12691d44f9ac2383424853 (patch) | |
| tree | b97170215f607933ba783ff5a04b746e6d1c85b6 | |
| parent | 4679c4ae25ee39a85d8900ff6b9bab7bc432b1cc (diff) | |
| download | openwrt-9127e5193ecf2a300f12691d44f9ac2383424853.tar.gz | |
hostapd: bump PKG_RELEASE
Signed-off-by: Felix Fietkau <nbd@nbd.name>
| -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 67ea89c339..8c3a4a92be 100644 --- a/package/network/services/hostapd/Makefile +++ b/package/network/services/hostapd/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hostapd -PKG_RELEASE:=35 +PKG_RELEASE:=36 PKG_SOURCE_URL:=http://w1.fi/hostap.git PKG_SOURCE_PROTO:=git |