wpa_supplicant: add DRIVER option to runit service
This commit is contained in:
parent
feb2afa833
commit
cd7afeba43
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
if [ -r ./conf ]; then
|
||||
. ./conf
|
||||
: ${OPTS:=-M -c ${CONF_FILE:-/etc/wpa_supplicant/wpa_supplicant.conf} ${WPA_INTERFACE:+-i ${WPA_INTERFACE}} -s}
|
||||
: ${OPTS:=-M -c ${CONF_FILE:-/etc/wpa_supplicant/wpa_supplicant.conf} ${WPA_INTERFACE:+-i ${WPA_INTERFACE}} ${DRIVER:+-D ${DRIVER}} -s}
|
||||
else
|
||||
. ./auto
|
||||
OPTS="${AUTO} -s"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'wpa_supplicant'
|
||||
pkgname=wpa_supplicant
|
||||
version=2.9
|
||||
revision=1
|
||||
revision=2
|
||||
build_wrksrc="$pkgname"
|
||||
short_desc="WPA/WPA2/IEEE 802.1X Supplicant"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
|
|
Loading…
Reference in New Issue