|
|
|
@@ -211,22 +211,6 @@ in
|
|
|
|
|
];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
linux_6_13 = callPackage ../os-specific/linux/kernel/mainline.nix {
|
|
|
|
|
branch = "6.13";
|
|
|
|
|
kernelPatches = [
|
|
|
|
|
kernelPatches.bridge_stp_helper
|
|
|
|
|
kernelPatches.request_key_helper
|
|
|
|
|
];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
linux_6_14 = callPackage ../os-specific/linux/kernel/mainline.nix {
|
|
|
|
|
branch = "6.14";
|
|
|
|
|
kernelPatches = [
|
|
|
|
|
kernelPatches.bridge_stp_helper
|
|
|
|
|
kernelPatches.request_key_helper
|
|
|
|
|
];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
linux_6_15 = callPackage ../os-specific/linux/kernel/mainline.nix {
|
|
|
|
|
branch = "6.15";
|
|
|
|
|
kernelPatches = [
|
|
|
|
@@ -318,8 +302,6 @@ in
|
|
|
|
|
linux_6_1_hardened = hardenedKernelFor kernels.linux_6_1 { };
|
|
|
|
|
linux_6_6_hardened = hardenedKernelFor kernels.linux_6_6 { };
|
|
|
|
|
linux_6_12_hardened = hardenedKernelFor kernels.linux_6_12 { };
|
|
|
|
|
linux_6_13_hardened = hardenedKernelFor kernels.linux_6_13 { };
|
|
|
|
|
linux_6_14_hardened = hardenedKernelFor kernels.linux_6_14 { };
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
// lib.optionalAttrs config.allowAliases {
|
|
|
|
@@ -327,11 +309,15 @@ in
|
|
|
|
|
linux_6_9 = throw "linux 6.9 was removed because it has reached its end of life upstream";
|
|
|
|
|
linux_6_10 = throw "linux 6.10 was removed because it has reached its end of life upstream";
|
|
|
|
|
linux_6_11 = throw "linux 6.11 was removed because it has reached its end of life upstream";
|
|
|
|
|
linux_6_13 = throw "linux 6.13 was removed because it has reached its end of life upstream";
|
|
|
|
|
linux_6_14 = throw "linux 6.14 was removed because it has reached its end of life upstream";
|
|
|
|
|
|
|
|
|
|
linux_4_19_hardened = throw "linux 4.19 was removed because it will reach its end of life within 24.11";
|
|
|
|
|
linux_6_9_hardened = throw "linux 6.9 was removed because it has reached its end of life upstream";
|
|
|
|
|
linux_6_10_hardened = throw "linux 6.10 was removed because it has reached its end of life upstream";
|
|
|
|
|
linux_6_11_hardened = throw "linux 6.11 was removed because it has reached its end of life upstream";
|
|
|
|
|
linux_6_13_hardened = throw "linux 6.13 was removed because it has reached its end of life upstream";
|
|
|
|
|
linux_6_14_hardened = throw "linux 6.14 was removed because it has reached its end of life upstream";
|
|
|
|
|
|
|
|
|
|
linux_ham = throw "linux_ham has been removed in favour of the standard kernel packages";
|
|
|
|
|
}
|
|
|
|
@@ -742,8 +728,6 @@ in
|
|
|
|
|
linux_6_1 = recurseIntoAttrs (packagesFor kernels.linux_6_1);
|
|
|
|
|
linux_6_6 = recurseIntoAttrs (packagesFor kernels.linux_6_6);
|
|
|
|
|
linux_6_12 = recurseIntoAttrs (packagesFor kernels.linux_6_12);
|
|
|
|
|
linux_6_13 = recurseIntoAttrs (packagesFor kernels.linux_6_13);
|
|
|
|
|
linux_6_14 = recurseIntoAttrs (packagesFor kernels.linux_6_14);
|
|
|
|
|
linux_6_15 = recurseIntoAttrs (packagesFor kernels.linux_6_15);
|
|
|
|
|
}
|
|
|
|
|
// lib.optionalAttrs config.allowAliases {
|
|
|
|
@@ -751,6 +735,8 @@ in
|
|
|
|
|
linux_6_9 = throw "linux 6.9 was removed because it reached its end of life upstream"; # Added 2024-08-02
|
|
|
|
|
linux_6_10 = throw "linux 6.10 was removed because it reached its end of life upstream"; # Added 2024-10-23
|
|
|
|
|
linux_6_11 = throw "linux 6.11 was removed because it reached its end of life upstream"; # Added 2025-03-23
|
|
|
|
|
linux_6_13 = throw "linux 6.13 was removed because it reached its end of life upstream"; # Added 2025-06-22
|
|
|
|
|
linux_6_14 = throw "linux 6.14 was removed because it reached its end of life upstream"; # Added 2025-06-22
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
rtPackages = {
|
|
|
|
@@ -786,8 +772,6 @@ in
|
|
|
|
|
linux_6_1_hardened = recurseIntoAttrs (packagesFor kernels.linux_6_1_hardened);
|
|
|
|
|
linux_6_6_hardened = recurseIntoAttrs (packagesFor kernels.linux_6_6_hardened);
|
|
|
|
|
linux_6_12_hardened = recurseIntoAttrs (packagesFor kernels.linux_6_12_hardened);
|
|
|
|
|
linux_6_13_hardened = recurseIntoAttrs (packagesFor kernels.linux_6_13_hardened);
|
|
|
|
|
linux_6_14_hardened = recurseIntoAttrs (packagesFor kernels.linux_6_14_hardened);
|
|
|
|
|
|
|
|
|
|
linux_zen = recurseIntoAttrs (packagesFor kernels.linux_zen);
|
|
|
|
|
linux_lqx = recurseIntoAttrs (packagesFor kernels.linux_lqx);
|
|
|
|
@@ -805,6 +789,8 @@ in
|
|
|
|
|
linux_6_9_hardened = throw "linux 6.9 was removed because it has reached its end of life upstream";
|
|
|
|
|
linux_6_10_hardened = throw "linux 6.10 was removed because it has reached its end of life upstream";
|
|
|
|
|
linux_6_11_hardened = throw "linux 6.11 was removed because it has reached its end of life upstream";
|
|
|
|
|
linux_6_13_hardened = throw "linux 6.13 was removed because it has reached its end of life upstream";
|
|
|
|
|
linux_6_14_hardened = throw "linux 6.14 was removed because it has reached its end of life upstream";
|
|
|
|
|
linux_ham = throw "linux_ham has been removed in favour of the standard kernel packages";
|
|
|
|
|
}
|
|
|
|
|
);
|
|
|
|
|