mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/hostapd: enable automatic channel selection
This commit is contained in:
parent
996f42e86b
commit
1dc3d131f3
@ -1,7 +1,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=hostapd
|
||||
pkgver=2.5
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="daemon for wireless software access points"
|
||||
url="http://hostap.epitest.fi/hostapd/"
|
||||
arch="all"
|
||||
@ -51,6 +51,7 @@ prepare() {
|
||||
-e '/^#CONFIG_IEEE80211AC=y/s/^#//' \
|
||||
-e '/^#CONFIG_FULL_DYNAMIC_VLAN=y/s/^#//' \
|
||||
-e '/^#CONFIG_LIBNL32=y/s/^#//' \
|
||||
-e '/^#CONFIG_ACS=y/s/^#//' \
|
||||
defconfig >> .config
|
||||
echo "CC ?= ${CC:-gcc}" >> .config
|
||||
echo "CFLAGS += -I/usr/include/libnl3" >> .config
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user