package/linux-firmware: install all rtl88 Bluetooth binary blobs

Use generic pattern rtl88*.bin to install all binary blobs. The
difference with the current version of linux-firmware is that this
will additionally install the rtl_bt/rtl8852cu_fw_v2.bin file, which
is used by the drivers/bluetooth/btrtl.c Linux kernel driver since
Linux 6.6.

Signed-off-by: Gero Schwäricke <gero.schwaericke@posteo.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Gero Schwäricke 2024-04-17 21:23:42 +00:00 committed by Thomas Petazzoni
parent c37e98f486
commit d24fd1b140

View File

@ -90,7 +90,7 @@ endif
# Realtek 88xx Bluetooth
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_RTL_88XX_BT),y)
LINUX_FIRMWARE_FILES += \
rtl_bt/rtl88*_fw.bin rtl_bt/rtl88*_config.bin
rtl_bt/rtl88*.bin
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.rtlwifi_firmware.txt
endif