summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2020-10-12 18:34:34 -0500
committerAustin Seipp <aseipp@pobox.com>2020-10-12 20:10:29 -0500
commit0a614d2fb559115a63cd8ad66ed916f9d6c14ec7 (patch)
tree8006b488c3c31966a92bfb6716e1d8bd42b79493 /pkgs/top-level
parent1cd65c4185a3cdeb3900e9c22c33e9bacc2f2e16 (diff)
linux: init 5.9
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 06a0c8f559b4..f65f3fc9f56c 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -17861,6 +17861,14 @@ in
];
};
+ linux_5_9 = callPackage ../os-specific/linux/kernel/linux-5.9.nix {
+ kernelPatches = [
+ kernelPatches.bridge_stp_helper
+ kernelPatches.request_key_helper
+ kernelPatches.export_kernel_fpu_functions."5.3"
+ ];
+ };
+
linux_testing = callPackage ../os-specific/linux/kernel/linux-testing.nix {
kernelPatches = [
kernelPatches.bridge_stp_helper
@@ -18117,6 +18125,7 @@ in
linuxPackages_5_4 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_5_4);
linuxPackages_5_7 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_5_7);
linuxPackages_5_8 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_5_8);
+ linuxPackages_5_9 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_5_9);
# When adding to the list above:
# - Update linuxPackages_latest to the latest version