Skip to content

Commit c11efc5

Browse files
fluxthmasahir0y
authored andcommitted
scripts/extract-ikconfig: add zstd compression support
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>
1 parent 86879fd commit c11efc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/extract-ikconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ try_decompress 'BZh' xy bunzip2
6262
try_decompress '\135\0\0\0' xxx unlzma
6363
try_decompress '\211\114\132' xy 'lzop -d'
6464
try_decompress '\002\041\114\030' xyy 'lz4 -d -l'
65+
try_decompress '\050\265\057\375' xxx unzstd
6566

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

0 commit comments

Comments
 (0)