zfsLegacyCrypto: set incompatibleKernelVersion to 4.16
This commit is contained in:
parent
e50c5382eb
commit
692e0b5f3a
1 changed files with 3 additions and 1 deletions
|
@ -182,9 +182,11 @@ in {
|
|||
spl = splUnstable;
|
||||
};
|
||||
|
||||
# TODO: Remove this module before 18.09
|
||||
# also remove boot.zfs.enableLegacyCrypto
|
||||
zfsLegacyCrypto = common {
|
||||
# comment/uncomment if breaking kernel versions are known
|
||||
incompatibleKernelVersion = null;
|
||||
incompatibleKernelVersion = "4.16";
|
||||
|
||||
# this package should point to a version / git revision compatible with the latest kernel release
|
||||
version = "2018-02-01";
|
||||
|
|
Loading…
Reference in a new issue