1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-11-22 00:19:20 +02:00

milkymist-TLWR703, after ifup, it take more then one more second for finish configure network

This commit is contained in:
Xiangfu 2012-07-04 21:58:52 +08:00
parent b7f3bc4f6e
commit d42a9711a8

View File

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