File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments