Bump hostapd version

Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
David Oberhollenzer 2019-09-17 21:06:26 +02:00
parent 2a3958f042
commit 13509fe486
2 changed files with 5 additions and 3 deletions

View File

@ -1,8 +1,8 @@
VERSION="2.8"
VERSION="2.9"
SRCDIR="hostapd-${VERSION}"
TARBALL="${SRCDIR}.tar.gz"
URL="https://w1.fi/releases/"
SHA256SUM="929f522be6eeec38c53147e7bc084df028f65f148a3f7e4fa6c4c3f955cee4b0"
URL="https://w1.fi/releases"
SHA256SUM="881d7d6a90b2428479288d64233151448f8990ab4958e0ecaca7eeb3c9db2bd7"
DEPENDS="libnl3-dev openssl-dev toolchain"
prepare() {

View File

@ -1,3 +1,5 @@
dir bin 0755 0 0
dir etc 0755 0 0
file bin/hostapd 0755 0 0
file bin/hostapd_cli 0755 0 0
file etc/hostapd.conf 0600 0 0