arm-rpi4: enabled bluetoothd

This is need to working bluetooth with GUI
This commit is contained in:
Dmitriy Terekhin 2020-06-18 20:44:04 +04:00 committed by Anton Midyukov
parent 404bd666ff
commit 1e0b4bf5c1

View File

@ -14,7 +14,7 @@ endif
@$(call add,THE_PACKAGES,firmware-bcm4345)
@$(call add,THE_PACKAGES,brcm-patchram-plus)
@$(call add,THE_PACKAGES,rpi4-resize-rootpart)
@$(call add,DEFAULT_SERVICES_ENABLE,attach-bluetooth)
@$(call add,DEFAULT_SERVICES_ENABLE,bluetoothd attach-bluetooth)
@$(call add,DEFAULT_SERVICES_DISABLE,systemd-networkd-wait-online)
use/arm-rpi4/x11: use/arm-rpi4 \