We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86879fd commit c11efc5Copy full SHA for c11efc5
scripts/extract-ikconfig
@@ -62,6 +62,7 @@ try_decompress 'BZh' xy bunzip2
62
try_decompress '\135\0\0\0' xxx unlzma
63
try_decompress '\211\114\132' xy 'lzop -d'
64
try_decompress '\002\041\114\030' xyy 'lz4 -d -l'
65
+try_decompress '\050\265\057\375' xxx unzstd
66
67
# Bail out:
68
echo "$me: Cannot find kernel config." >&2
0 commit comments