kernel-firmware: fix and pick rtl8723bs firmware for Amlogic

This commit is contained in:
Christian Hewitt 2021-12-09 05:12:31 +00:00
parent 1a56c6e30f
commit def3762303
2 changed files with 9 additions and 0 deletions

View File

@ -74,6 +74,12 @@ makeinstall_target() {
# brcm pcie firmware is only needed by x86_64
[ "${TARGET_ARCH}" != "x86_64" ] && rm -fr ${FW_TARGET_DIR}/brcm/*-pcie.*
# Upstream doesn't name the file correctly so we need to symlink it
if [ -f "${FW_TARGET_DIR}/rtl_bt/rtl8723bs_config-OBDA8723.bin" ]; then
#cd "${FW_TARGET_DIR}/rtl_bt"
ln -s "rtl8723bs_config-OBDA8723.bin" "${FW_TARGET_DIR}/rtl_bt/rtl8723bs_config.bin"
fi
# Cleanup - which may be project or device specific
find_file_path scripts/cleanup.sh && ${FOUND_PATH} ${FW_TARGET_DIR} || true
}

View File

@ -6,6 +6,9 @@ qca/rampatch_00230302.bin
rtlwifi/rtl8192cufw_TMSC.bin
rtlwifi/rtl8192cufw.bin
rtlwifi/rtl8192eu_nic.bin
rtlwifi/rtl8723bs_nic.bin
rtl_bt/rtl8723bs_fw.bin
rtl_bt/rtl8723bs_config-OBDA8723.bin
rtl_bt/rtl8822cs_config.bin
rtl_bt/rtl8822cs_fw.bin
meson