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
1 changed files with 1 additions and 1 deletions

View File

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