- remove network init script, connman re-does this work
This commit is contained in:
Stephan Raue 2010-01-07 02:07:02 +01:00
parent 9bf5b3656d
commit b9622a45df
2 changed files with 2 additions and 13 deletions

View File

@ -8,6 +8,7 @@
mkdir -p /var/run
touch /var/run/resolv.conf
export interface=eth0
connmand
touch /var/run/network
)&

View File

@ -1,12 +0,0 @@
# start Connection Manager
#
# runlevels: openelec, text, debug
(
progress "Setting up Loopback device"
ifup -a
mkdir -p /var/run
touch /var/run/network
)&