linux: 5.0-rc8 -> 5.1-rc2

This commit is contained in:
Tim Steinbach
2019-03-31 14:37:51 -04:00
parent 05bed043b7
commit 9ba43c07cb
2 changed files with 5 additions and 5 deletions
@@ -240,7 +240,7 @@ let
FANOTIFY = yes;
TMPFS = yes;
TMPFS_POSIX_ACL = yes;
FS_ENCRYPTION = { optional = true; tristate = whenAtLeast "4.9" "m"; };
FS_ENCRYPTION = if (versionAtLeast version "5.1") then yes else whenAtLeast "4.9" (option module);
EXT2_FS_XATTR = yes;
EXT2_FS_POSIX_ACL = yes;