mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
kernel-config: do not use NFSD_PNFS on >=4.6
This commit is contained in:
parent
32b7b0009f
commit
695c2e4ee4
@ -210,7 +210,7 @@ with stdenv.lib;
|
||||
OCFS2_DEBUG_MASKLOG? n
|
||||
BTRFS_FS_POSIX_ACL y
|
||||
UBIFS_FS_ADVANCED_COMPR? y
|
||||
${optionalString (versionAtLeast version "4.0") ''
|
||||
${optionalString (versionAtLeast version "4.0" && versionOlder version "4.6") ''
|
||||
NFSD_PNFS y
|
||||
''}
|
||||
NFSD_V2_ACL y
|
||||
|
Loading…
Reference in New Issue
Block a user