pmaports/device/testing/firmware-samsung-pxa1908/sd8x-wlan.initd

16 lines
207 B
Text
Raw Normal View History

#!/sbin/openrc-run
description="Initialize sd8x wlan driver"
depend()
{
need udev
before wpa_supplicant
}
start()
{
ebegin "Enabling wlan driver"
echo 1 > /sys/devices/platform/sd8x-rfkill/pwr_ctrl
}