mirror of
https://github.com/pygos/build.git
synced 2024-11-22 02:59:47 +01:00
Bump hostapd version
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
parent
2a3958f042
commit
13509fe486
2 changed files with 5 additions and 3 deletions
|
@ -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() {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue