From d42a9711a82f6833dfeb67c05067ec1fa6afcbaf Mon Sep 17 00:00:00 2001 From: Xiangfu Date: Wed, 4 Jul 2012 21:58:52 +0800 Subject: [PATCH] milkymist-TLWR703, after ifup, it take more then one more second for finish configure network --- milkymist-TLWR703/files/opt/m1-wireless.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/milkymist-TLWR703/files/opt/m1-wireless.sh b/milkymist-TLWR703/files/opt/m1-wireless.sh index b159d46..76af51f 100755 --- a/milkymist-TLWR703/files/opt/m1-wireless.sh +++ b/milkymist-TLWR703/files/opt/m1-wireless.sh @@ -24,7 +24,7 @@ if [ "$1" == "set" ] && [ "$#" == "4" ]; then uci commit network uci commit wireless ifup wwan - sleep 1 + sleep 2 exit 0 fi