Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ab94e466 authored by Dick Streefland's avatar Dick Streefland Committed by Michal Marek
Browse files

scripts/extract-ikconfig: add xz compression support



Add support for kernels compressed with xz to the extract-ikconfig script.

Signed-off-by: default avatarDick Streefland <dick@streefland.net>
Acked-by: default avatarWANG Cong <xiyou.wangcong@gmail.com>
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent f4ed1009
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -57,6 +57,7 @@ dump_config "$img"

# That didn't work, so retry after decompression.
try_decompress '\037\213\010' xy    gunzip
try_decompress '\3757zXZ\000' abcde unxz
try_decompress 'BZh'          xy    bunzip2
try_decompress '\135\0\0\0'   xxx   unlzma
try_decompress '\211\114\132' xy    'lzop -d'