|
@@ -90,16 +90,7 @@ endif
|
|
|
# Realtek 88xx Bluetooth
|
|
|
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_RTL_88XX_BT),y)
|
|
|
LINUX_FIRMWARE_FILES += \
|
|
|
- rtl_bt/rtl8812ae_fw.bin rtl_bt/rtl8821a_fw.bin \
|
|
|
- rtl_bt/rtl8821c_config.bin rtl_bt/rtl8821c_fw.bin \
|
|
|
- rtl_bt/rtl8822b_config.bin rtl_bt/rtl8822b_fw.bin \
|
|
|
- rtl_bt/rtl8822cs_config.bin rtl_bt/rtl8822cs_fw.bin \
|
|
|
- rtl_bt/rtl8822cu_config.bin rtl_bt/rtl8822cu_fw.bin \
|
|
|
- rtl_bt/rtl8851bu_fw.bin rtl_bt/rtl8851bu_config.bin \
|
|
|
- rtl_bt/rtl8852au_fw.bin rtl_bt/rtl8852au_config.bin \
|
|
|
- rtl_bt/rtl8852bu_fw.bin rtl_bt/rtl8852bu_config.bin \
|
|
|
- rtl_bt/rtl8852cu_fw.bin rtl_bt/rtl8852cu_config.bin \
|
|
|
- rtl_bt/rtl8852cu_fw_v2.bin
|
|
|
+ rtl_bt/rtl88*_fw.bin rtl_bt/rtl88*_config.bin
|
|
|
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.rtlwifi_firmware.txt
|
|
|
endif
|
|
|
|