mirror of
https://github.com/outbackdingo/builder.git
synced 2026-01-27 18:18:27 +00:00
Update adapter
This commit is contained in:
committed by
GitHub
parent
0e788ab4cc
commit
cd54fc8853
@@ -45,6 +45,7 @@ case "$1" in
|
||||
pass=$(fw_printenv -n wlanpass || echo 12345678)
|
||||
wpa_passphrase "$ssid" "$pass" > /tmp/wpa_supplicant.conf
|
||||
sed -i '2i \\tmode=2' /tmp/wpa_supplicant.conf
|
||||
#sed -i '3i \\tfrequency=5180' /tmp/wpa_supplicant.conf
|
||||
wpa_supplicant -B -i wlan0 -D nl80211 -c /tmp/wpa_supplicant.conf
|
||||
udhcpd -S
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user