Skip to content

Commit

Permalink
Fix iwlwifi driver failing to find .pnvm files for Intel 6E (AX210)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
sairon committed Aug 21, 2024
1 parent 3c2f014 commit 09611c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildroot

0 comments on commit 09611c3

Please sign in to comment.