1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-03 10:38:35 +03:00

milkymist-TLWR703, after ifup, it take sometime finish configure network

This commit is contained in:
Xiangfu 2012-07-04 21:29:07 +08:00
parent 6df26d4afd
commit d309104458

View File

@ -24,6 +24,7 @@ if [ "$1" == "set" ] && [ "$#" == "4" ]; then
uci commit network
uci commit wireless
ifup wwan
sleep 1
exit 0
fi