add all kernel modules and auto config

This commit is contained in:
Charlotte 🦝 Delenk 2024-07-01 17:40:26 +02:00
parent af068780c6
commit 4b3a3dcf41

View file

@ -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;
}
)