pmaports/device/testing/device-samsung-j7y17lte/etc-init.d-wlan0-up

9 lines
133 B
Text
Raw Normal View History

#!/sbin/openrc-run
description="Hack to fix wlan0 EINVAL if rfkilled on boot"
start () {
ifconfig wlan0 up
ifconfig wlan0 down
}