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:
Roland Clobus 2024-11-12 09:34:02 +01:00
parent e6efd799fc
commit 6374459ad3
No known key found for this signature in database
GPG Key ID: 62C57C6AA61495BD
1 changed files with 0 additions and 12 deletions

View File

@ -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