mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv
This commit is contained in:
commit
dcbf46b822
@ -37,6 +37,9 @@
|
|||||||
if [ -f $CONFIG_CACHE/services/bluez.conf ]; then
|
if [ -f $CONFIG_CACHE/services/bluez.conf ]; then
|
||||||
. $CONFIG_CACHE/services/bluez.conf
|
. $CONFIG_CACHE/services/bluez.conf
|
||||||
fi
|
fi
|
||||||
|
if [ -f $CONFIG_CACHE/services/obexd.conf ]; then
|
||||||
|
. $CONFIG_CACHE/services/obexd.conf
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$BLUEZ_ENABLED" == "true" -a "$OBEXD_ENABLED" == "true" ]; then
|
if [ "$BLUEZ_ENABLED" == "true" -a "$OBEXD_ENABLED" == "true" ]; then
|
||||||
progress "Starting obexd"
|
progress "Starting obexd"
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="connman"
|
PKG_NAME="connman"
|
||||||
PKG_VERSION="38c1662"
|
PKG_VERSION="8378438"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user