Merge pull request #1267 from ozolli/le8-btpowerup

backport of #1256
This commit is contained in:
Christian Hewitt 2017-02-07 09:32:17 +04:00 committed by GitHub
commit d845c83825

View File

@ -72,6 +72,12 @@ post_makeinstall_target() {
rm -rf $INSTALL/usr/bin/bluemoon
rm -rf $INSTALL/usr/bin/ciptool
rm -rf $INSTALL/usr/share/dbus-1
mkdir -p $INSTALL/etc/bluetooth
cp src/main.conf $INSTALL/etc/bluetooth
sed -i $INSTALL/etc/bluetooth/main.conf \
-e "s|^#\[Policy\]|\[Policy\]|g" \
-e "s|^#AutoEnable.*|AutoEnable=true|g"
}
post_install() {