mirror of
https://codeberg.org/mart-w/nixos-x13s.git
synced 2024-11-09 17:44:48 +01:00
jhovold: 6.10.0-rc1 -> 6.10.0-rc2
This commit is contained in:
parent
ce01289423
commit
bbe240e612
|
@ -137,6 +137,7 @@ in
|
||||||
|
|
||||||
# https://github.com/jhovold/linux/wiki/X13s#camera
|
# https://github.com/jhovold/linux/wiki/X13s#camera
|
||||||
services.udev.extraRules = ''
|
services.udev.extraRules = ''
|
||||||
|
ACTION=="add", SUBSYSTEM=="dma_heap", KERNEL=="linux,cma", GROUP="video", MODE="0660"
|
||||||
ACTION=="add", SUBSYSTEM=="dma_heap", KERNEL=="system", GROUP="video", MODE="0660"
|
ACTION=="add", SUBSYSTEM=="dma_heap", KERNEL=="system", GROUP="video", MODE="0660"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
|
@ -7,10 +7,10 @@
|
||||||
"owner": "jhovold",
|
"owner": "jhovold",
|
||||||
"repo": "linux"
|
"repo": "linux"
|
||||||
},
|
},
|
||||||
"branch": "wip/sc8280xp-6.10-rc1",
|
"branch": "wip/sc8280xp-6.10-rc2",
|
||||||
"revision": "0a82d7f4bb087c9c57a7a185f77c987f3fc4f5b2",
|
"revision": "9782b2bf13a2832bdcf0b6c682e92ea5e06cd174",
|
||||||
"url": "https://github.com/jhovold/linux/archive/0a82d7f4bb087c9c57a7a185f77c987f3fc4f5b2.tar.gz",
|
"url": "https://github.com/jhovold/linux/archive/9782b2bf13a2832bdcf0b6c682e92ea5e06cd174.tar.gz",
|
||||||
"hash": "024wzfj0z5ljpkw6r7qj4wcw0r9cf1aw0rmmnikgg02i777rs2sg"
|
"hash": "0zfvqsdyh06j25qalap4yzf7m457j3nb9cj3m8mkvp805shhhsjm"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 3
|
"version": 3
|
||||||
|
|
|
@ -17,7 +17,7 @@ in
|
||||||
rec {
|
rec {
|
||||||
linux_jhovold = pkgs.callPackage linux_x13s_pkg {
|
linux_jhovold = pkgs.callPackage linux_x13s_pkg {
|
||||||
src = sources.linux-jhovold;
|
src = sources.linux-jhovold;
|
||||||
version = "6.10.0-rc1";
|
version = "6.10.0-rc2";
|
||||||
defconfig = "johan_defconfig";
|
defconfig = "johan_defconfig";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue