bluez: obexd: also load services/obexd.conf

This commit is contained in:
Stefan Saraev 2013-08-19 15:12:21 +03:00
parent 645b62ea8a
commit cf237932ea

View File

@ -37,6 +37,9 @@
if [ -f $CONFIG_CACHE/services/bluez.conf ]; then
. $CONFIG_CACHE/services/bluez.conf
fi
if [ -f $CONFIG_CACHE/services/obexd.conf ]; then
. $CONFIG_CACHE/services/obexd.conf
fi
if [ "$BLUEZ_ENABLED" == "true" -a "$OBEXD_ENABLED" == "true" ]; then
progress "Starting obexd"