zfsLegacyCrypto: set incompatibleKernelVersion to 4.16

This commit is contained in:
Jörg Thalheim 2018-04-08 12:07:23 +01:00
parent e50c5382eb
commit 692e0b5f3a

View file

@ -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";