pmaports/main/hisi-wlan/hisi-wlan.initd

17 lines
222 B
Text
Raw Normal View History

2021-06-02 22:48:36 +00:00
#!/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
}