Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv

This commit is contained in:
Stephan Raue 2013-08-19 15:28:52 +02:00
commit dcbf46b822
2 changed files with 4 additions and 1 deletions

View File

@ -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"

View File

@ -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"