]> git.proxmox.com Git - mirror_linux-firmware.git/commit
copy-firmware: Support additional compressor options
authorJuerg Haefliger <juerg.haefliger@canonical.com>
Wed, 9 Aug 2023 09:23:58 +0000 (11:23 +0200)
committerJosh Boyer <jwboyer@kernel.org>
Mon, 28 Aug 2023 11:17:16 +0000 (07:17 -0400)
commit2bad80e7edd3c0f84718545d9338c8edfed16513
tree61e82c170a23d9639aebf36b9a289bc30f257b28
parent58773db51e147c3829d6da642b86affc03a5691b
copy-firmware: Support additional compressor options

Any options following the compressor option --zstd or --xz are passed on
to the compressor as additional options so that - for example - the
compression level can be specified:

  $ ./copy-firmware.sh --zst -19 <destdir>

Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
copy-firmware.sh