Merge branch 'master' into arm64

This commit is contained in:
Serge Schneider 2024-11-19 13:28:23 +00:00
commit 891df1e21e

View File

@ -8,7 +8,7 @@
mkdir -p "${ROOTFS_DIR}/var/lib/systemd/rfkill/" mkdir -p "${ROOTFS_DIR}/var/lib/systemd/rfkill/"
# 5 miniuart 4 miniuart Zero miniuart other other # 5 miniuart 4 miniuart Zero miniuart other other
for addr in 107d50c000.serial 3f215040.serial 20215040.serial fe215040.serial soc; do 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 done
if [ -v WPA_COUNTRY ]; then if [ -v WPA_COUNTRY ]; then