zfs: update kernel versions constraint for linux 4.12
This commit is contained in:
parent
a0f3ce28eb
commit
0518ec00b5
@ -123,7 +123,7 @@ in
|
||||
# to be adapted
|
||||
zfsStable = common {
|
||||
# comment/uncomment if breaking kernel versions are known
|
||||
incompatibleKernelVersion = "4.12";
|
||||
incompatibleKernelVersion = null;
|
||||
|
||||
version = "0.6.5.10";
|
||||
|
||||
@ -139,7 +139,7 @@ in
|
||||
};
|
||||
zfsUnstable = common {
|
||||
# comment/uncomment if breaking kernel versions are known
|
||||
incompatibleKernelVersion = null;
|
||||
incompatibleKernelVersion = "4.12";
|
||||
|
||||
version = "0.7.0-rc4";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user