mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
iiab-test-wifi.j2: WiFi country code progress on arm64 OS's discussed on #3078
This commit is contained in:
parent
c637389892
commit
27fe26f8de
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ fi
|
|||
# covers netplan's bugs workaround
|
||||
# https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1862760
|
||||
# https://bugs.launchpad.net/netplan/+bug/1951586
|
||||
# WiFi country code progress on arm64 OS's discussed on #3078
|
||||
if [ -f /run/netplan/wpa-$IFACE.conf ]; then
|
||||
NETPLAN=1
|
||||
SSID=`grep ssid /run/netplan/wpa-$IFACE.conf | awk -F = '{print $2}' | sed -r s/\"// | sed -r s/\"//`
|
||||
|
|
Loading…
Reference in a new issue