mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/linux-firmware: fix build failures to due RTL8723 file changes
Fix a build failure due to these changes:
Commit 2bb8fb26599302c9cbc69a5aff329a8559c91e48:
rename rtl8723bs_config-OBDA8723.bin -> rtl_bt/rtl8723bs_config.bin
Commit 5a017996c6de64ebd7f7c60e1233a45ba04086ca:
remove rtl_bt/rtl8723d_config.bin
This has been broken since Buildroot commit
4c619e6d87, which updated linux-firmware
from 20240709 to 20240909.
https://lists.buildroot.org/pipermail/buildroot/2024-October/765934.html
Fixes:
http://autobuild.buildroot.net/results/8a7f7bac71cfa743ed122b6ca7f6e7389bc2a4ac/
Signed-off-by: Christian Stewart <christian@aperture.us>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
ec525c0c58
commit
408bb87fbb
@@ -79,8 +79,7 @@ endif
|
||||
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_RTL_87XX_BT),y)
|
||||
LINUX_FIRMWARE_FILES += \
|
||||
rtl_bt/rtl8723a_fw.bin rtl_bt/rtl8723b_fw.bin \
|
||||
rtl_bt/rtl8723bs_config-OBDA8723.bin \
|
||||
rtl_bt/rtl8723bs_fw.bin rtl_bt/rtl8723d_config.bin \
|
||||
rtl_bt/rtl8723bs_config.bin rtl_bt/rtl8723bs_fw.bin \
|
||||
rtl_bt/rtl8723d_fw.bin rtl_bt/rtl8761a_fw.bin \
|
||||
rtl_bt/rtl8761b_fw.bin rtl_bt/rtl8761b_config.bin \
|
||||
rtl_bt/rtl8761bu_fw.bin rtl_bt/rtl8761bu_config.bin
|
||||
|
||||
Reference in New Issue
Block a user