- remove unneeded configfile
This commit is contained in:
Stephan Raue 2010-02-15 08:42:54 +01:00
parent 04c4ba7626
commit f755890cb2

View File

@ -1,16 +0,0 @@
################################################################################
# Networking environment variables.
#
# This file contains non-OpenELEC evironment variables as well as OpenELEC
# evironment variables that are not user defined.
################################################################################
#-------------------------------------------------------------------------------
# do not change anything below
#-------------------------------------------------------------------------------
wait_for_network () {
while [ ! -f /var/run/connman/udhcpc.*.pid ]; do
sleep 1
done
}