From b15527e15ba4d9e65126a454bfec2040b909dc1c Mon Sep 17 00:00:00 2001 From: Serge Schneider Date: Tue, 19 Nov 2024 12:32:43 +0000 Subject: [PATCH] Fix bluetooth rfkill unblock - 0 is unblocked --- stage2/02-net-tweaks/01-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stage2/02-net-tweaks/01-run.sh b/stage2/02-net-tweaks/01-run.sh index d719c79..1f91095 100755 --- a/stage2/02-net-tweaks/01-run.sh +++ b/stage2/02-net-tweaks/01-run.sh @@ -8,7 +8,7 @@ mkdir -p "${ROOTFS_DIR}/var/lib/systemd/rfkill/" # 5 miniuart 4 miniuart Zero miniuart other other for addr in 107d50c000.serial 3f215040.serial 20215040.serial fe215040.serial soc; do - echo 1 > "${ROOTFS_DIR}/var/lib/systemd/rfkill/platform-${addr}:bluetooth" + echo 0 > "${ROOTFS_DIR}/var/lib/systemd/rfkill/platform-${addr}:bluetooth" done if [ -v WPA_COUNTRY ]; then