linux_5_15: drop option removed upstream

On nixpkgs master this was done in commit 146c830cff.
This commit is contained in:
Vladimír Čunát
2021-11-13 09:02:19 +01:00
parent df696225f7
commit aac09a28d6

View File

@@ -405,7 +405,7 @@ let
CIFS_POSIX = option yes;
CIFS_FSCACHE = yes;
CIFS_STATS = whenOlder "4.19" yes;
CIFS_WEAK_PW_HASH = yes;
CIFS_WEAK_PW_HASH = whenOlder "5.15" yes;
CIFS_UPCALL = yes;
CIFS_ACL = whenOlder "5.3" yes;
CIFS_DFS_UPCALL = yes;