Revert "add all kernel modules and auto config"
This reverts commit 4b3a3dcf41
.
This commit is contained in:
parent
4b3a3dcf41
commit
9919199d6b
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@ in
|
|||
src = callPackage ./kernel-source.nix {};
|
||||
version = "5.10.17-v8";
|
||||
defconfig = "bcm2711_defconfig";
|
||||
autoModules = false;
|
||||
kernelPatches = [
|
||||
{
|
||||
name = "devterm";
|
||||
|
@ -38,5 +39,6 @@ in
|
|||
extraConfig = "";
|
||||
}
|
||||
];
|
||||
enableCommonConfig = false;
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue