linux: enable F2FS compression

Fixes https://github.com/NixOS/nixpkgs/issues/110534
This commit is contained in:
Atemu 2021-01-22 22:35:34 +01:00
parent 68398d2dd5
commit 9d342077cd

View File

@ -353,6 +353,7 @@ let
F2FS_FS = module;
F2FS_FS_SECURITY = option yes;
F2FS_FS_ENCRYPTION = option yes;
F2FS_FS_COMPRESSION = whenAtLeast "5.6" yes;
UDF_FS = module;
NFSD_PNFS = whenBetween "4.0" "4.6" yes;