Fix firmware naming fo RTL8723DS
This commit is contained in:
parent
dc4509fbe2
commit
3ff8f4a2f4
1 changed files with 7 additions and 0 deletions
|
@ -77,6 +77,13 @@ makeinstall_target() {
|
|||
ln -s "rtl8723bs_config-OBDA8723.bin" "${FW_TARGET_DIR}/rtl_bt/rtl8723bs_config.bin"
|
||||
fi
|
||||
|
||||
# Upstream doesn't name the files correctly so we need to symlink it
|
||||
if [ -f "${FW_TARGET_DIR}/rtl_bt/rtl8723d_fw.bin" ]; then
|
||||
ln -s "rtl8723d_fw.bin" "${FW_TARGET_DIR}/rtl_bt/rtl8723ds_fw.bin"
|
||||
fi
|
||||
if [ -f "${FW_TARGET_DIR}/rtl_bt/rtl8723d_config.bin" ]; then
|
||||
ln -s "rtl8723d_config.bin" "${FW_TARGET_DIR}/rtl_bt/rtl8723ds_config.bin"
|
||||
fi
|
||||
# The BSP kernel for RK3588 reformats the vendor firmware path for Realtek BT devices,
|
||||
# so symlink the firmware.
|
||||
if [ ${DEVICE} = "RK3588" ]; then
|
||||
|
|
Loading…
Reference in a new issue