mirror of https://github.com/OpenIPC/firmware.git
Add mt7601sta as it's the only .ko available in T10 ingenic camera build(s)?
parent
311387dca7
commit
a6ee94a1aa
|
@ -20,6 +20,7 @@ iface wlan0 inet dhcp
|
|||
pre-up echo out > /sys/class/gpio/gpio7/direction
|
||||
pre-up echo 0 > /sys/class/gpio/gpio7/value
|
||||
pre-up modprobe mt7601u
|
||||
pre-up modprobe mt7601sta
|
||||
pre-up wpa_passphrase "SSID" "password" >/tmp/wpa_supplicant.conf
|
||||
pre-up sed -i '2i \\tscan_ssid=1' /tmp/wpa_supplicant.conf
|
||||
pre-up (sleep 3; wpa_supplicant -B -D nl80211 -i wlan0 -c/tmp/wpa_supplicant.conf)
|
||||
|
|
Loading…
Reference in New Issue