93f68f6253
[ci:skip-build]: Already built successfully in CI.
8 lines
133 B
Text
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
|
|
}
|