We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7da6195 commit 30f0571Copy full SHA for 30f0571
1 file changed
packages/network/bluez/package.mk
@@ -67,7 +67,8 @@ post_makeinstall_target() {
67
68
if [ "${DISTRO}" = "Lakka" ]; then
69
sed -i $INSTALL/etc/bluetooth/main.conf \
70
- -e "s|^#FastConnectable.*|FastConnectable=true|g"
+ -e "s|^#FastConnectable.*|FastConnectable=true|g" \
71
+ -e "s|^# Privacy =.*|Privacy = device|g"
72
fi
73
74
mkdir -p ${INSTALL}/usr/share/services
0 commit comments