be7e85bb0e
With this change, users who build pmOS will be able to select a WiFi backend (wpa_supplicant or iwd) Also see: https://gitlab.com/postmarketOS/pmaports/-/issues/1379
4 lines
84 B
Bash
4 lines
84 B
Bash
#!/bin/sh -e
|
|
|
|
rc-update -qq del wpa_supplicant || true
|
|
rc-update -q add iwd default
|