1.修改wireless文件
option disabled 0
option network wwan
option ssid xxxx-wifi
option key xxxx-wifi_passwd
可以在源码中修改:openwrt_widora/package/mtk-wifi/files/lib/wifi/ralink.sh
2.修改firewall文件
添加sta网络
list network 'wwan'
可以在源码中修改 openwrt_widora/package/network/config/firewall/files/firewall.config文件
3.修改network 文件
添加以下sta网络配置:
config interface 'wwan'
option proto 'dhcp'
可以在源码中修改:openwrt_widora/package/base-files/files/lib/function/uci-defaults.sh