linux-rt: set isLTS
These are all LTS kernels (cherry picked from commit 1170dcdc89b2c640c449d215e8ba42fdb1b0e63b)
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user