Workaround for #1084791 part 3
Package realtek-firmware 20240909-2 migrated to testing/trixie. The removal of firmware-realtek-rtl8723cs-bt in #1085075 has not taken place yet, so the workaround needs to be applied to trixie too.
This commit is contained in:
parent
0bf71641ef
commit
e6efd799fc
|
@ -92,7 +92,7 @@ Firmware_List_From_Contents () {
|
|||
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
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue