add kernel patches from nixpkgs
This commit is contained in:
parent
ece5c45722
commit
d1676165fc
1 changed files with 24 additions and 22 deletions
|
@ -9,10 +9,12 @@ buildLinux (
|
|||
args
|
||||
// {
|
||||
src = linuxKernel.packages.linux_rpi4.kernel.src;
|
||||
version = linuxKernel.packages.linux_rpi4.kernel.modDirVersion;
|
||||
version = linuxKernel.packages.linux_rpi4.kernel.modDirVersion + "-v8";
|
||||
defconfig = "bcm2711_defconfig";
|
||||
autoModules = false;
|
||||
kernelPatches = [
|
||||
kernelPatches =
|
||||
linuxKernel.packages.linux_rpi4.kernel.kernelPatches
|
||||
++ [
|
||||
{
|
||||
name = "devterm";
|
||||
patch = ./linux-devterm.patch;
|
||||
|
|
Loading…
Reference in a new issue