From 1dc3d131f36dc307adb248f89377a0f585263eb2 Mon Sep 17 00:00:00 2001 From: Stefan Wagner Date: Fri, 6 May 2016 14:57:36 +0200 Subject: [PATCH] main/hostapd: enable automatic channel selection --- main/hostapd/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/hostapd/APKBUILD b/main/hostapd/APKBUILD index 92ec8ec9e3f..59910c35b5e 100644 --- a/main/hostapd/APKBUILD +++ b/main/hostapd/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa 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