摘要: #!/bin/sh echo "network configuration..." # 启动AP网卡和USB网卡 ifconfig wlan0 up ifconfig eth1 up # 更改br0-lan网卡的地址 uci set network.lan.ipaddr=10.10.10.1 # 配 阅读全文
posted @ 2021-11-04 14:39 duapple 阅读(646) 评论(0) 推荐(0)