From 6374459ad36eb3af2ac7541229e7369d0dd58855 Mon Sep 17 00:00:00 2001 From: Roland Clobus Date: Tue, 12 Nov 2024 09:34:02 +0100 Subject: [PATCH] Workaround for #1084791 removed. Source package `rtl8723bt-firmware` was removed from trixie 2024-11-12. The workaround is no longer required. --- functions/firmwarelists.sh | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/functions/firmwarelists.sh b/functions/firmwarelists.sh index e169805ad..a79873ef9 100755 --- a/functions/firmwarelists.sh +++ b/functions/firmwarelists.sh @@ -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