diff --git a/0001-mediatek-mtk_wed-drop-links-for-mt7988.patch b/0001-mediatek-mtk_wed-drop-links-for-mt7988.patch new file mode 100644 index 0000000000000000000000000000000000000000..e5bdc334fbf9a89d02faaaf1bbace79a0f880e63 --- /dev/null +++ b/0001-mediatek-mtk_wed-drop-links-for-mt7988.patch @@ -0,0 +1,35 @@ +From dba7fce5655a35584d37e41038c1c927f17a2d14 Mon Sep 17 00:00:00 2001 +From: Peter Robinson +Date: Fri, 26 Sep 2025 12:57:47 +0100 +Subject: [PATCH 1/2] mediatek: mtk_wed: drop links for mt7988 + +The firmware for the mt7988 was added to the driver in 6.10 +and but the driver was updated to load the firmware from the +mt7988 sub directory in 6.12. Neither the 6.10/11 kernels are +LTS so we no longer need to keep the link around so clean it up. + +Cc: Shayne Chen +Signed-off-by: Peter Robinson +--- + WHENCE | 2 -- + 1 file changed, 2 deletions(-) + +diff --git a/WHENCE b/WHENCE +index e23c2d28..06a0962f 100644 +--- a/WHENCE ++++ b/WHENCE +@@ -6252,11 +6252,9 @@ Version: 20221208202138 + + File: mediatek/mt7988/mt7988_wo_0.bin + Version: 20230218204509 +-Link: mediatek/mt7988_wo_0.bin -> mt7988/mt7988_wo_0.bin + + File: mediatek/mt7988/mt7988_wo_1.bin + Version: 20230218204316 +-Link: mediatek/mt7988_wo_1.bin -> mt7988/mt7988_wo_1.bin + + Licence: Redistributable. See LICENCE.mediatek for details. + +-- +2.51.0 + diff --git a/linux-firmware.spec b/linux-firmware.spec index fc8c9c2dff0f3a1f0d0de935a4ef701473767a65..15ac1a2419676e5934300d66251307fae09e6420 100644 --- a/linux-firmware.spec +++ b/linux-firmware.spec @@ -4,13 +4,16 @@ Name: linux-firmware Version: 20250917 -Release: 1 +Release: 2 Summary: Firmware files used by the Linux kernel License: GPL-1.0-or-later AND GPL-2.0-or-later AND MIT and Redistributable, no modification permitted URL: https://www.kernel.org/ BuildArch: noarch -Source0: https://mirrors.edge.kernel.org/pub/linux/kernel/firmware/%{name}-%{version}.tar.xz +Source0: https://www.kernel.org/pub/linux/kernel/firmware/%{name}-%{version}.tar.xz +# https://gitlab.com/kernel-firmware/linux-firmware/-/commit/dba7fce5655a35584d37e41038c1c927f17a2d14 +# https://gitlab.archlinux.org/archlinux/packaging/packages/linux-firmware/-/issues/29 +Patch0: 0001-mediatek-mtk_wed-drop-links-for-mt7988.patch Provides: kernel-firmware = %{version} xorg-x11-drv-ati-firmware = 7.0 Provides: iwl100-firmware = 39.31.5.1-87 @@ -162,6 +165,9 @@ end %{_lib_path}/* %changelog +* Fri Oct 10 2025 Funda Wang - 20250917-2 +- fix firmeware of mt7988 + * Thu Sep 18 2025 Funda Wang - 20250917-1 - update to 20250917