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