Ensure BORE patch is applied both for rt and rt-bore

This commit is contained in:
Jarvvay 2026-03-20 04:30:40 +00:00
parent bf8f7b1084
commit fca2f9c24e
No known key found for this signature in database

View File

@ -85,7 +85,7 @@ lib.makeOverridable (
cachyosConfigFile = "${inputs.cachyos-kernel.outPath}/${configVariant}/config";
cachyosPatches = builtins.map (p: "${inputs.cachyos-kernel-patches.outPath}/${patchVersion}/${p}") (
(lib.optional (cpusched == "bore") "sched/0001-bore-cachy.patch")
(lib.optional (cpusched == "bore" || cpusched == "rt-bore") "sched/0001-bore-cachy.patch")
++ (lib.optional (cpusched == "bmq") "sched/0001-prjc-cachy.patch")
++ (lib.optional hardened "misc/0001-hardened.patch")
++ (lib.optional rt "misc/0001-rt-i915.patch")