Skip to content

Commit 6426964

Browse files
committed
star64: add missing names to kernel patches
1 parent d1ad892 commit 6426964

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pine64/star64/linux-5.15.nix

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,24 @@ let
3232
defconfig = "pine64_star64_defconfig";
3333
kernelPatches = [
3434
{
35+
name = "keys-dh-fix";
3536
patch = fetchpatch {
3637
url = "https://github.com/torvalds/linux/commit/215bebc8c6ac438c382a6a56bd2764a2d4e1da72.diff";
3738
hash = "sha256-1ZqmVOkgcDBRkHvVRPH8I5G1STIS1R/l/63PzQQ0z0I=";
3839
includes = [ "security/keys/dh.c" ];
3940
};
4041
}
4142
{
43+
name = "starfive-vin-sensor-fix";
4244
patch = fetchpatch {
4345
url = "https://github.com/starfive-tech/linux/pull/108/commits/9ae8cb751c4d1fd2146b279a8e67887590e9d07a.diff";
4446
hash = "sha256-EY0lno+HkY5mradBUPII3qqu0xh+BVQRzveCQcaht0M=";
4547
};
4648
}
47-
{ patch = ./irq-desc-to-data.patch; }
49+
{
50+
name = "irq-desc-to-data";
51+
patch = ./irq-desc-to-data.patch;
52+
}
4853
]
4954
++ kernelPatches;
5055

0 commit comments

Comments
 (0)