5 lines
84 B
Text
5 lines
84 B
Text
|
#!/bin/sh -e
|
||
|
|
||
|
rc-update -qq del wpa_supplicant || true
|
||
|
rc-update -q add iwd default
|