pmaports/main/hisi-wlan/hisi-wlan.initd
2021-06-06 17:56:06 +02:00

16 lines
222 B
Text

#!/sbin/openrc-run
description="Initialize hisi wlan driver"
depend()
{
need udev
before wpa_supplicant
}
start()
{
ebegin "Enabling wlan driver"
echo init > /sys/hisys/boot/plat
echo init > /sys/hisys/boot/wifi
}