Skip to content

Commit

Permalink
kernel/common-config: backport 4.13+ support
Browse files Browse the repository at this point in the history
  • Loading branch information
lukateras committed Jan 6, 2018
1 parent aea4ac8 commit 78e9665
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/os-specific/linux/kernel/common-config.nix
Expand Up @@ -284,7 +284,9 @@ with stdenv.lib;
CIFS_UPCALL y
CIFS_ACL y
CIFS_DFS_UPCALL y
CIFS_SMB2 y
${optionalString (versionOlder version "4.13") ''
CIFS_SMB2 y
''}
${optionalString (versionAtLeast version "3.12") ''
CEPH_FSCACHE y
''}
Expand Down

0 comments on commit 78e9665

Please sign in to comment.