mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
busybox:
- remove network init script, connman re-does this work
This commit is contained in:
parent
9bf5b3656d
commit
b9622a45df
@ -8,6 +8,7 @@
|
||||
mkdir -p /var/run
|
||||
touch /var/run/resolv.conf
|
||||
|
||||
export interface=eth0
|
||||
connmand
|
||||
touch /var/run/network
|
||||
|
||||
)&
|
||||
|
@ -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
|
||||
)&
|
Loading…
x
Reference in New Issue
Block a user