- move network configuration to connman
This commit is contained in:
Stephan Raue 2010-01-08 03:00:39 +01:00
parent fc5ff563e2
commit 68c6e75e06

View File

@ -10,7 +10,7 @@
#-------------------------------------------------------------------------------
wait_for_network () {
while [ ! -f /var/run/network ]; do
while [ ! -f /var/run/connman/udhcpc.*.pid ]; do
sleep 1
done
}