kernel config: add support for CONFIG_SQUASHFS_ZSTD (#52967)

Also, allow override `make-squashfs.nix` compression parameters.
This commit is contained in:
Danylo Hlynskyi
2019-01-17 15:24:44 +02:00
committed by GitHub
parent 83963ba209
commit 23a13b562c
2 changed files with 5 additions and 1 deletions

View File

@@ -320,6 +320,7 @@ let
SQUASHFS_LZO = yes;
SQUASHFS_XZ = yes;
SQUASHFS_LZ4 = yes;
SQUASHFS_ZSTD = whenAtLeast "4.14" yes;
# Native Language Support modules, needed by some filesystems
NLS = yes;