Skip to content

Commit

Permalink
scripts/extract-ikconfig: add zstd compression support
Browse files Browse the repository at this point in the history
Add extract-ikconfig support for kernel images compressed with zstd.

Signed-off-by: Thitat Auareesuksakul <thitat@flux.ci>
Tested-by: Nicolas Schier <n.schier@avm.de>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
  • Loading branch information
Thitat Auareesuksakul authored and Masahiro Yamada committed Aug 29, 2022
1 parent 86879fd commit c11efc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/extract-ikconfig
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ try_decompress 'BZh' xy bunzip2
try_decompress '\135\0\0\0' xxx unlzma
try_decompress '\211\114\132' xy 'lzop -d'
try_decompress '\002\041\114\030' xyy 'lz4 -d -l'
try_decompress '\050\265\057\375' xxx unzstd

# Bail out:
echo "$me: Cannot find kernel config." >&2
Expand Down

0 comments on commit c11efc5

Please sign in to comment.