diff options
| author | David Bauer | 2024-06-27 20:59:50 +0000 |
|---|---|---|
| committer | David Bauer | 2024-06-30 20:23:11 +0000 |
| commit | 89d705148553a19a9dc32191cc85aff7616cf536 (patch) | |
| tree | f453163cf670ee65ec4848f91e1540d503a48535 | |
| parent | 68e4cc9be5f6f485c2d3b00cf4e2f14e98aecee2 (diff) | |
| download | openwrt-89d705148553a19a9dc32191cc85aff7616cf536.tar.gz | |
hostapd: bump PKG_RELEASE
Signed-off-by: David Bauer <mail@david-bauer.net>
| -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 0171bc0edc..8cedef976b 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:=1 +PKG_RELEASE:=2 PKG_SOURCE_URL:=https://w1.fi/hostap.git PKG_SOURCE_PROTO:=git |