mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 06:52:56 +02:00
hostapd: enable support for 802.11AC (close #2665).
This commit is contained in:
parent
138df59f5e
commit
3fab5e0239
2 changed files with 3 additions and 1 deletions
|
@ -89,6 +89,8 @@ CONFIG_DRIVER_NL80211=y
|
|||
|
||||
CONFIG_IEEE80211N=y
|
||||
|
||||
CONFIG_IEEE80211AC=y
|
||||
|
||||
CONFIG_LIBNL32=y
|
||||
|
||||
CONFIG_ACS=y
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'hostapd'
|
||||
pkgname=hostapd
|
||||
version=2.4
|
||||
revision=5
|
||||
revision=6
|
||||
build_wrksrc=${pkgname}
|
||||
conf_files="/etc/hostapd/hostapd.conf"
|
||||
hostmakedepends="pkg-config"
|
||||
|
|
Loading…
Add table
Reference in a new issue