From 13509fe486349d6fd8ce5f65dd5d3c62ad2b30ec Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Tue, 17 Sep 2019 21:06:26 +0200 Subject: [PATCH] Bump hostapd version Signed-off-by: David Oberhollenzer --- pkg/hostapd/build | 6 +++--- pkg/hostapd/hostapd.files | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pkg/hostapd/build b/pkg/hostapd/build index 34744b7..29433f5 100755 --- a/pkg/hostapd/build +++ b/pkg/hostapd/build @@ -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() { diff --git a/pkg/hostapd/hostapd.files b/pkg/hostapd/hostapd.files index c437a94..c2fb9cd 100644 --- a/pkg/hostapd/hostapd.files +++ b/pkg/hostapd/hostapd.files @@ -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