connman: rework profile configuration

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-09-27 03:06:56 +02:00
parent c5796280e5
commit 7bc4b68d27

View File

@ -6,7 +6,7 @@
################################################################################ ################################################################################
wait_for_network () { wait_for_network () {
while [ $(ifconfig | grep -c ^eth) = 0 ]; do while [ ! -f /var/run/network ]; do
usleep 250000 usleep 200000
done done
} }