Revert "add all kernel modules and auto config"

This reverts commit 4b3a3dcf41.
This commit is contained in:
Charlotte 🦝 Delenk 2024-07-01 22:00:09 +02:00
parent 4b3a3dcf41
commit 9919199d6b

View file

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