diff options
author | Daniel Golle <daniel@makrotopia.org> | 2021-01-12 00:28:17 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-01-14 00:52:49 +0000 |
commit | 1e2d162092dd54fc7b285dd89014958786dc2b5a (patch) | |
tree | ca669a2f8755eb1cde6e5d90eca7cb5f902d5043 /package/network/services/hostapd/Makefile | |
parent | 7babb978ad9d7fc29acb1ff86afb1eb343af303a (diff) | |
download | upstream-1e2d162092dd54fc7b285dd89014958786dc2b5a.tar.gz upstream-1e2d162092dd54fc7b285dd89014958786dc2b5a.tar.bz2 upstream-1e2d162092dd54fc7b285dd89014958786dc2b5a.zip |
hostapd: improve error handling when adding supplicant config
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'package/network/services/hostapd/Makefile')
-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 a6d56d1433..a64065db10 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:=24 +PKG_RELEASE:=25 PKG_SOURCE_URL:=http://w1.fi/hostap.git PKG_SOURCE_PROTO:=git |