mirror of
https://github.com/Retropex/raspiblitz.git
synced 2025-05-13 03:30:49 +02:00
Added Pi4 support while deactivating Bluetooth
The former implementation did not cover the Raspberry 4 as the ``dtoverlay`` was changed to ``disable-bt``. I added both, so all Raspberry models are covered when deactivating Bluetooth.
This commit is contained in:
parent
e10646bc21
commit
d4b1f1f091
@ -705,6 +705,7 @@ if [ "${baseImage}" = "raspbian" ]; then
|
|||||||
|
|
||||||
# disable bluetooth module
|
# disable bluetooth module
|
||||||
sudo sh -c "echo 'dtoverlay=pi3-disable-bt' >> /boot/config.txt"
|
sudo sh -c "echo 'dtoverlay=pi3-disable-bt' >> /boot/config.txt"
|
||||||
|
sudo sh -c "echo 'dtoverlay=disable-bt' >> /boot/config.txt"
|
||||||
|
|
||||||
# remove bluetooth services
|
# remove bluetooth services
|
||||||
sudo systemctl disable bluetooth.service
|
sudo systemctl disable bluetooth.service
|
||||||
|
Loading…
Reference in New Issue
Block a user