BigW Consortium Gitlab

Commit 3427dfc1 by David Clark

Updated MT7697 WiFi to use wlan1 and made interface manual

parent 43bd2cd3
......@@ -9,13 +9,10 @@ auto eth0
iface eth0 inet dhcp
# Wireless interfaces
#iface wlan0 inet manual
# pre-up /etc/init.d/tiwifi start
# post-down /etc/init.d/tiwifi stop
iface wlan0 inet manual
# wpa-ssid SWI-MOBILE
# wpa-psk 13811swi
pre-up /etc/init.d/mtwifi start
post-down /etc/init.d/mtwifi stop
pre-up /etc/init.d/tiwifi start
post-down /etc/init.d/tiwifi stop
iface wlan1 inet manual
pre-up /etc/init.d/mtwifi start 1
post-down /etc/init.d/mtwifi stop 1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment