Workaround for #1084791 removed.
Source package `rtl8723bt-firmware` was removed from trixie 2024-11-12. The workaround is no longer required.
This commit is contained in:
parent
e6efd799fc
commit
6374459ad3
|
@ -90,18 +90,6 @@ Firmware_List_From_Contents () {
|
|||
then
|
||||
BLOCKLIST_FIRMWARE="${BLOCKLIST_FIRMWARE} amd64-microcode firmware-intel-sound firmware-sof-signed intel-microcode"
|
||||
fi
|
||||
# Work around #1084791 (File conflict between firmware-realtek and firmware-realtek-rtl8723cs-bt)
|
||||
# TODO: This work around must be removed as soon as the bug is fixed
|
||||
if In_list ${DISTRO_CHROOT} sid unstable trixie testing
|
||||
then
|
||||
if In_list non-free-firmware/kernel/firmware-realtek,non-free-firmware/kernel/firmware-realtek-rtl8723cs-bt ${FIRMWARE_PACKAGES}
|
||||
then
|
||||
BLOCKLIST_FIRMWARE="${BLOCKLIST_FIRMWARE} firmware-realtek-rtl8723cs-bt"
|
||||
Echo_message "Workaround for #1084791 has been applied by preferring the newer package firmware-realtek"
|
||||
else
|
||||
Echo_warning "Workaround for #1084791 must be removed again"
|
||||
fi
|
||||
fi
|
||||
|
||||
# Deduplicate the list and prepare for easier manipulation by having each package on its own line
|
||||
local _FIRMWARE_PACKAGES_FILE=tmp_firmware_packages.txt
|
||||
|
|
Loading…
Reference in New Issue