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
|
args
|
||||||
// {
|
// {
|
||||||
src = linuxKernel.packages.linux_rpi4.kernel.src;
|
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";
|
defconfig = "bcm2711_defconfig";
|
||||||
autoModules = false;
|
autoModules = false;
|
||||||
kernelPatches = [
|
kernelPatches =
|
||||||
|
linuxKernel.packages.linux_rpi4.kernel.kernelPatches
|
||||||
|
++ [
|
||||||
{
|
{
|
||||||
name = "devterm";
|
name = "devterm";
|
||||||
patch = ./linux-devterm.patch;
|
patch = ./linux-devterm.patch;
|
||||||
|
|
Loading…
Reference in a new issue