Commit Graph

10 Commits

Author SHA1 Message Date
Thomas Lamprecht
64cbf07ced update skiplist for current linux-fw and 5.3.1 kernel
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-10-02 08:31:34 +02:00
Thomas Lamprecht
b3bdbd58fb skip unavailable FWs
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-05-22 15:35:20 +02:00
Thomas Lamprecht
433982b111 minimize skip list for current fw submodule version
As once added to the list we never check if it'd be available now we
have some unnecessary entries in the skip list, which this patch
cleans up. Produced by deleting all skip list entries and successive
re-adding them by doing:
./assemble-firmware.pl fwlist-FILE /tmp) 2>&1 | awk '/unable/ { print $5 }' >> skip-cleanedup
and adding only those which are now not found.

The "additions" come from those lines were previously multiple
skipped fws were placed on a single one.

We could also add support for such checks in the assemble-firmware
script, wouldn't be to hard, but for now do this as a starter.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-03-13 10:51:04 +01:00
Thomas Lamprecht
11262e92b1 sort firmware skip list uniquely
for easier comparrision

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-03-12 11:20:29 +01:00
Thomas Lamprecht
33e03db5fa print all found firmware files 2018-06-20 11:02:15 +02:00
Fabian Grünbichler
3239152f39 extend skiplist
with new missing iwlwifi FW files
2018-03-09 16:28:32 +01:00
Fabian Grünbichler
6bc6bdcb85 assemble_firmware: warn about multiple files at once 2018-03-09 16:28:32 +01:00
Fabian Grünbichler
faefccd205 update skipped fw 2017-09-27 10:19:30 +02:00
Fabian Grünbichler
93256c4081 drop iwlwifi firmware from skip list 2017-03-28 09:04:45 +02:00
Fabian Grünbichler
7bbca2e6af initial commit, moved from pve-kernel.git 2017-03-27 14:19:37 +02:00