mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
connman:
- start connman later (after udev) - disaqble busyboxs networkscript
This commit is contained in:
parent
deca0ccd3a
commit
2d784800a0
@ -1,16 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
#
|
|
||||||
# start Connection Manager
|
|
||||||
#
|
|
||||||
# runlevels: openelec, text, debug
|
|
||||||
|
|
||||||
. /etc/sysconfig
|
|
||||||
|
|
||||||
if test -f /usr/sbin/connmand; then
|
|
||||||
progress "Starting Connection Manager"
|
|
||||||
|
|
||||||
connmand -d
|
|
||||||
udhcpc > /dev/null 2>&1
|
|
||||||
fi
|
|
||||||
|
|
||||||
exit 0
|
|
15
packages/network/connman/init.d/20_connman
Executable file
15
packages/network/connman/init.d/20_connman
Executable file
@ -0,0 +1,15 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# start Connection Manager
|
||||||
|
#
|
||||||
|
# runlevels: openelec, text, debug
|
||||||
|
|
||||||
|
. /etc/sysconfig
|
||||||
|
|
||||||
|
progress "Starting Connection Manager"
|
||||||
|
|
||||||
|
connmand
|
||||||
|
|
||||||
|
udhcpc
|
||||||
|
|
||||||
|
exit 0
|
Loading…
x
Reference in New Issue
Block a user