wpa_supplicant: update for new systemd_services arg.
This commit is contained in:
parent
355f858cca
commit
eecc6eb147
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'wpa_supplicant'
|
# Template file for 'wpa_supplicant'
|
||||||
pkgname=wpa_supplicant
|
pkgname=wpa_supplicant
|
||||||
version=0.7.3
|
version=0.7.3
|
||||||
revision=3
|
revision=4
|
||||||
wrksrc=${pkgname}-${version}/${pkgname}
|
wrksrc=${pkgname}-${version}/${pkgname}
|
||||||
distfiles="http://hostap.epitest.fi/releases/$pkgname-$version.tar.gz"
|
distfiles="http://hostap.epitest.fi/releases/$pkgname-$version.tar.gz"
|
||||||
short_desc="WPA/WPA2/IEEE 802.1X Supplicant"
|
short_desc="WPA/WPA2/IEEE 802.1X Supplicant"
|
||||||
|
@ -21,7 +21,7 @@ long_desc="
|
||||||
(wpa_cli) and a GUI (wpa_gui) are included with $pkgname."
|
(wpa_cli) and a GUI (wpa_gui) are included with $pkgname."
|
||||||
|
|
||||||
conf_files="/etc/${pkgname}.conf"
|
conf_files="/etc/${pkgname}.conf"
|
||||||
systemd_services="${pkgname}.service"
|
systemd_services="${pkgname}.service on"
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run libnl
|
Add_dependency run libnl
|
||||||
|
|
Loading…
Reference in a new issue