d13fa50d0c
[ci:skip-build] already built successfully in CI
15 lines
197 B
Text
15 lines
197 B
Text
#!/sbin/openrc-run
|
|
|
|
description="Initialize sd8x wlan driver"
|
|
|
|
depend()
|
|
{
|
|
need udev
|
|
before wlan
|
|
}
|
|
|
|
start()
|
|
{
|
|
ebegin "Enabling wlan driver"
|
|
echo 1 > /sys/devices/platform/sd8x-rfkill/pwr_ctrl
|
|
}
|