kernelPatches: mac nvme t2 support

This commit is contained in:
Samuel Leathers
2019-08-20 14:22:28 -04:00
parent 8c0786babe
commit 13d5fc4232
2 changed files with 289 additions and 0 deletions
@@ -62,4 +62,10 @@ rec {
name = "export_kernel_fpu_functions";
patch = ./export_kernel_fpu_functions.patch;
};
# patches from https://lkml.org/lkml/2019/7/15/1748
mac_nvme_t2 = rec {
name = "mac_nvme_t2";
patch = ./mac-nvme-t2.patch;
};
}