From 5f1d7d95d6c8357666f8778cc07e451dde714fa2 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 29 Mar 2011 12:02:35 +0200 Subject: [PATCH] connman: wait longer until network comes up Signed-off-by: Stephan Raue --- packages/network/connman/init.d/21_network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/network/connman/init.d/21_network b/packages/network/connman/init.d/21_network index 83ba39a828..396ab400a6 100644 --- a/packages/network/connman/init.d/21_network +++ b/packages/network/connman/init.d/21_network @@ -50,7 +50,7 @@ fi # NETWORK: ( LAN / WLAN ) - for i in 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19; do + for i in 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30; do if [ ! -f /sys/class/net/$NET_IFACE/address ]; then logger -t Connman "### [$i] cannot find /sys/class/net/$NET_IFACE/address ###" else