mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
kernel-firmware: fix and pick rtl8723bs firmware for Amlogic
This commit is contained in:
parent
1a56c6e30f
commit
def3762303
@ -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
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user