hostapd: add conf_files.

This commit is contained in:
Christopher Brannon 2015-07-03 00:56:35 -07:00 committed by Juan RP
parent b248ff1f9f
commit 0741c5fca0

View file

@ -1,8 +1,9 @@
# Template file for 'hostapd' # Template file for 'hostapd'
pkgname=hostapd pkgname=hostapd
version=2.4 version=2.4
revision=2 revision=3
build_wrksrc=${pkgname} build_wrksrc=${pkgname}
conf_files="/etc/hostapd/hostapd.conf"
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="libnl3-devel libressl-devel" makedepends="libnl3-devel libressl-devel"
short_desc="IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator" short_desc="IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator"