mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
bluez: set JustWorksRepairing=always
https://patchwork.kernel.org/project/bluetooth/patch/20200214114350.Bluez.v3.1.I333a90ad3c75882c6f008c94a28ca7d3e8f6c76e@changeid/
This commit is contained in:
parent
24c3d53f8a
commit
d1b7799981
@ -56,7 +56,8 @@ post_makeinstall_target() {
|
||||
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"
|
||||
-e "s|^#AutoEnable.*|AutoEnable=true|g" \
|
||||
-e "s|^#JustWorksRepairing.*|JustWorksRepairing=always|g"
|
||||
|
||||
mkdir -p ${INSTALL}/usr/share/services
|
||||
cp -P ${PKG_DIR}/default.d/*.conf ${INSTALL}/usr/share/services
|
||||
|
Loading…
x
Reference in New Issue
Block a user