pmaports/device/testing/device-samsung-j7y17lte/etc-init.d-wlan0-up
Eray Tutmaz 93f68f6253
samsung-j7y17lte: new device (MR 4502)
[ci:skip-build]: Already built successfully in CI.
2024-02-15 02:19:03 -08:00

8 lines
133 B
Text

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