Skip to content

Commit

Permalink
linux_{5_1,testing}: enable kernel fpu functions
Browse files Browse the repository at this point in the history
same motivation as in 7b77c27
  • Loading branch information
Mic92 committed May 9, 2019
1 parent 475b4d1 commit 8e1852a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -15145,13 +15145,15 @@ in
kernelPatches =
[ kernelPatches.bridge_stp_helper
kernelPatches.modinst_arg_list_too_long
kernelPatches.export_kernel_fpu_functions
];
};

linux_testing = callPackage ../os-specific/linux/kernel/linux-testing.nix {
kernelPatches = [
kernelPatches.bridge_stp_helper
kernelPatches.modinst_arg_list_too_long
kernelPatches.export_kernel_fpu_functions
];
};

Expand Down

0 comments on commit 8e1852a

Please sign in to comment.