From c6d4e2788ea95bd055ba4c0e84ea444b2f449adb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cerm=C3=A1k?= Date: Fri, 23 Aug 2024 15:56:41 +0200 Subject: [PATCH] Fix missing Intel AX210 firmware files, remove unused firmwares (#3556) Fix AX210 firmware files, this time for real. In #3549 we still had only ucode and pnvm files for AX211, AX210 was still missing the pnvm file, because its ucode was provided through IWLWIFI_22000 without appropriate pnvm file. Both AX210 and AX211 firmwares are now installed with IWLWIFI_6E which includes both pnvm and ucode files. Also some firmwares which are not used by the current kernel can be removed, because the kernel always only loads the most recent one. * buildroot 01188d9c38...a2c10a16a0 (2): > Revert "package/linux-firmware: exclude some files from compression" > package/linux-firmware: fix AX210 support, stick to latest supported ucode API, reorganize the split Fixes #3477 --- buildroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildroot b/buildroot index 01188d9c381..a2c10a16a02 160000 --- a/buildroot +++ b/buildroot @@ -1 +1 @@ -Subproject commit 01188d9c3819cdec11de010c36283461ca9129b2 +Subproject commit a2c10a16a02a3c665cba045a04fb0625aef215d1