linux-rt: set isLTS

These are all LTS kernels

(cherry picked from commit 1170dcdc89b2c640c449d215e8ba42fdb1b0e63b)
This commit is contained in:
Atemu
2025-08-23 17:42:44 +02:00
committed by Maximilian Bosch
parent a6c61f0624
commit eb28e9287c
5 changed files with 9 additions and 0 deletions
@@ -40,6 +40,7 @@ buildLinux (
in
[ rt-patch ] ++ kernelPatches;
isLTS = true;
structuredExtraConfig =
with lib.kernel;
{
@@ -57,6 +57,8 @@ buildLinux (
}
// structuredExtraConfig;
isLTS = true;
extraMeta = extraMeta // {
inherit branch;
};
@@ -50,6 +50,8 @@ buildLinux (
}
// structuredExtraConfig;
isLTS = true;
extraMeta = extraMeta // {
inherit branch;
};
@@ -60,6 +60,8 @@ buildLinux (
extraMeta = extraMeta // {
inherit branch;
};
isLTS = true;
}
// argsOverride
)
@@ -60,6 +60,8 @@ buildLinux (
extraMeta = extraMeta // {
inherit branch;
};
isLTS = true;
}
// argsOverride
)