linux_latest: 5.13.13 -> 5.14

(cherry picked from commit 5d1c50837be54312b71ac83ddc1d1b6629d09073)
This commit is contained in:
Alyssa Ross
2021-08-30 20:28:51 +00:00
committed by github-actions[bot]
parent d79fc9d53b
commit e16cacff39
2 changed files with 27 additions and 1 deletions
+9 -1
View File
@@ -20449,6 +20449,13 @@ in
];
};
linux_5_14 = callPackage ../os-specific/linux/kernel/linux-5.14.nix {
kernelPatches = [
kernelPatches.bridge_stp_helper
kernelPatches.request_key_helper
];
};
linux-rt_5_10 = callPackage ../os-specific/linux/kernel/linux-rt-5.10.nix {
kernelPatches = [
kernelPatches.bridge_stp_helper
@@ -20731,7 +20738,7 @@ in
# Update this when adding the newest kernel major version!
# And update linux_latest_for_hardened below if the patches are already available
linuxPackages_latest = linuxPackages_5_13;
linuxPackages_latest = linuxPackages_5_14;
linux_latest = linuxPackages_latest.kernel;
# Realtime kernel packages.
@@ -20756,6 +20763,7 @@ in
linuxPackages_5_4 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_5_4);
linuxPackages_5_10 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_5_10);
linuxPackages_5_13 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_5_13);
linuxPackages_5_14 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_5_14);
# When adding to the list above:
# - Update linuxPackages_latest to the latest version