This commit is contained in:
2025-09-16 09:39:44 +08:00
parent 2ffc8c79e4
commit 136583cf51
2 changed files with 3 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ inputs:
url = "https://github.com/kakra/linux/pull/36.patch";
sha256 = "0wimihsvrxib6g23jcqdbvqlkqk6nbqjswfx9bzmpm1vlvzxj8m0";
};
extraStructuredConfig.BTRFS_EXPERIMENTAL = inputs.lib.kernel.yes;
structuredExtraConfig.BTRFS_EXPERIMENTAL = inputs.lib.kernel.yes;
}];
};
in builtins.concatLists (builtins.map (name: patches.${name}) kernel.patches);

View File

@@ -24,8 +24,8 @@ inputs:
[{
name = "native kernel";
patch = null;
extraStructuredConfig =
let kernelConfig = { znver2 = "MZEN2"; znver3 = "MZEN3"; znver4 = "MZEN4"; };
structuredExtraConfig =
let kernelConfig = { znver2 = "MZEN2"; znver3 = "MZEN3"; znver4 = "MZEN4"; znver5 = "MZEN5"; };
in
{
GENERIC_CPU = inputs.lib.kernel.no;