zfs: unsupported for 4.18
This commit is contained in:
parent
4c0e25089e
commit
a0649086b5
@ -157,7 +157,7 @@ in {
|
|||||||
# to be adapted
|
# to be adapted
|
||||||
zfsStable = common {
|
zfsStable = common {
|
||||||
# comment/uncomment if breaking kernel versions are known
|
# comment/uncomment if breaking kernel versions are known
|
||||||
incompatibleKernelVersion = null;
|
incompatibleKernelVersion = "4.18";
|
||||||
|
|
||||||
# this package should point to the latest release.
|
# this package should point to the latest release.
|
||||||
version = "0.7.9";
|
version = "0.7.9";
|
||||||
@ -176,7 +176,7 @@ in {
|
|||||||
|
|
||||||
zfsUnstable = common rec {
|
zfsUnstable = common rec {
|
||||||
# comment/uncomment if breaking kernel versions are known
|
# comment/uncomment if breaking kernel versions are known
|
||||||
incompatibleKernelVersion = null;
|
incompatibleKernelVersion = "4.18";
|
||||||
|
|
||||||
# this package should point to a version / git revision compatible with the latest kernel release
|
# this package should point to a version / git revision compatible with the latest kernel release
|
||||||
version = "2018-05-22";
|
version = "2018-05-22";
|
||||||
|
Loading…
Reference in New Issue
Block a user