mnt/reform: linux 6.17.8 -> 6.18.8

This commit is contained in:
Jakob Leifhelm 2026-02-08 22:24:54 +01:00
parent 2889685785
commit 5212f915f8
No known key found for this signature in database
GPG key ID: 6817AA0238100822
4 changed files with 117 additions and 110 deletions

View file

@ -26,7 +26,7 @@ let
src = fetchzip {
url = "mirror://kernel/linux/kernel/v${lib.versions.major modDirVersion}.x/linux-${modDirVersion}.tar.xz";
hash = "sha256-PLMxGXbKztn4MubhKVqSCSzf+UYL50NI48bikMxgghg=";
hash = "sha256-MibiVni0N37BxOrD53cDGitIbC24p9+7551qMQIcSHY=";
};
kernelPatches =
@ -135,7 +135,7 @@ let
GPIO_ROCKCHIP = yes;
PL330_DMA = yes;
DRM_ZYNQMP_DPSUB = no; # patches for 6.17 break this driver
DRM_ZYNQMP_DPSUB = no; # patches for 6.18 break this driver
};
}
// (args.argsOverride or { })