* Replace bluetooth-bcm43xx with pi-bluetooth Buildroot package The new pi-bluetooth packages the scripts and systemd service from the Raspberry distribution package directly: https://github.com/RPi-Distro/pi-bluetooth * Update to latest pi-bluetooth service files * Update busybox configuration to 1.35.0 The new/deleted configurations are generated automatically, no actual change in this patch. * Enable busybox xxd command The xxd tool is useful for conversion in scripts. * Prevent start erros on Compute Module 4 without WiFi/Bluetooth
8 lines
269 B
Plaintext
8 lines
269 B
Plaintext
config BR2_PACKAGE_PI_BLUETOOTH
|
|
bool "Bluetooth scripts for Raspberry Pi"
|
|
depends on BR2_PACKAGE_BLUEZ5_UTILS_CLIENT
|
|
depends on BR2_PACKAGE_BRCMFMAC_SDIO_FIRMWARE_RPI_BT
|
|
select BR2_PACKAGE_BLUEZ5_UTILS_DEPRECATED
|
|
help
|
|
Install Bluetooth scripts for Raspberry Pi
|