remaintain #1
1 changed files with 11 additions and 1 deletions
|
@ -13,7 +13,17 @@ let
|
|||
// {
|
||||
modDirVersion = version;
|
||||
|
||||
kernelPatches = (args.kernelPatches or [ ]) ++ [ ];
|
||||
kernelPatches = (args.kernelPatches or [ ]) ++ [
|
||||
{
|
||||
name = "compress-kernel-modules";
|
||||
patch = null;
|
||||
extraConfig = ''
|
||||
MODULE_COMPRESS y
|
||||
MODULE_COMPRESS_ALL y
|
||||
MODULE_COMPRESS_XZ y
|
||||
'';
|
||||
}
|
||||
];
|
||||
extraMeta.branch = lib.versions.majorMinor version;
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue