Revert "connman: start init scripts on RUNLEVEL=boot"

This reverts commit 0946759631cf88a9f79dad92825fe3fc7d0ded3e.
This commit is contained in:
Stephan Raue 2011-09-12 19:27:26 +02:00
parent 10c55d8e49
commit 55845ca002

View File

@ -22,8 +22,6 @@
#
# runlevels: openelec, installer, textmode
case $RUNLEVEL in
boot)
if [ -f /var/config/settings.conf ]; then
. /var/config/settings.conf
@ -196,8 +194,3 @@ case $RUNLEVEL in
usleep 250000
done
)&
;;
poweroff|reboot)
;;
esac