hostapd: update to 2.8
This commit is contained in:
parent
99922b7189
commit
c84ea04e23
2 changed files with 6 additions and 3 deletions
|
@ -91,6 +91,9 @@ CONFIG_IEEE80211N=y
|
||||||
|
|
||||||
CONFIG_IEEE80211AC=y
|
CONFIG_IEEE80211AC=y
|
||||||
|
|
||||||
|
# Wi-Fi 6
|
||||||
|
CONFIG_IEEE80211AX=y
|
||||||
|
|
||||||
CONFIG_LIBNL32=y
|
CONFIG_LIBNL32=y
|
||||||
|
|
||||||
CONFIG_ACS=y
|
CONFIG_ACS=y
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'hostapd'
|
# Template file for 'hostapd'
|
||||||
pkgname=hostapd
|
pkgname=hostapd
|
||||||
version=2.7
|
version=2.8
|
||||||
revision=2
|
revision=1
|
||||||
build_wrksrc="$pkgname"
|
build_wrksrc="$pkgname"
|
||||||
conf_files="/etc/hostapd/hostapd.conf"
|
conf_files="/etc/hostapd/hostapd.conf"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="http://w1.fi/hostapd/"
|
homepage="http://w1.fi/hostapd/"
|
||||||
distfiles="http://w1.fi/releases/${pkgname}-${version}.tar.gz"
|
distfiles="http://w1.fi/releases/${pkgname}-${version}.tar.gz"
|
||||||
checksum=21b0dda3cc3abe75849437f6b9746da461f88f0ea49dd621216936f87440a141
|
checksum=929f522be6eeec38c53147e7bc084df028f65f148a3f7e4fa6c4c3f955cee4b0
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
cp -f ${FILESDIR}/config .config
|
cp -f ${FILESDIR}/config .config
|
||||||
|
|
Loading…
Reference in a new issue