From 09611c378ddff3075edbde97fe67b6d2a429697d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cerm=C3=A1k?= Date: Wed, 21 Aug 2024 11:02:36 +0200 Subject: [PATCH] Fix iwlwifi driver failing to find .pnvm files for Intel 6E (AX210) Since updating to Buildroot 2024.02, the iwlwifi loads a different version of firmware for Intel AX cards (reported on AX210) which also needs the pnvm file. However, unlike firmwares, the load method is different and the driver can't load a compressed file. Disable compression for all .pnvm files to fix this. * buildroot baa16784d2...55be56d521 (1): > package/linux-firmware: exclude some files from compression Fixes #3477 --- buildroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildroot b/buildroot index baa16784d2c..55be56d5216 160000 --- a/buildroot +++ b/buildroot @@ -1 +1 @@ -Subproject commit baa16784d2c607609207759017e3b908e1cfc4a4 +Subproject commit 55be56d5216d39f870783234725d170383a8892f