mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 08:47:13 +08:00
purism/librem/5r4: kernel: 6.6.29-librem5 -> 6.6.74-librem5
This commit is contained in:
committed by
mergify[bot]
parent
ba37846397
commit
e47365f377
@@ -6,16 +6,19 @@
|
|||||||
buildLinux (args
|
buildLinux (args
|
||||||
// rec {
|
// rec {
|
||||||
defconfig = "librem5_defconfig";
|
defconfig = "librem5_defconfig";
|
||||||
version = "6.6.29-librem5";
|
version = "6.6.74-librem5";
|
||||||
modDirVersion = version;
|
modDirVersion = version;
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
domain = "source.puri.sm";
|
domain = "source.puri.sm";
|
||||||
owner = "Librem5";
|
owner = "Librem5";
|
||||||
repo = "linux";
|
repo = "linux";
|
||||||
rev = "pureos/6.6.29pureos1";
|
rev = "pureos/6.6.74pureos1";
|
||||||
hash = "sha256-i8HSAJ1/Z2Ux2s3Srse+L0S1Zd/70ldpGBhIgEZ6nBw=";
|
hash = "sha256-qUPY+2fHVu7SFc+Uf8U7QtkQJJsE/4I1SavpLqJ/34c=";
|
||||||
};
|
};
|
||||||
kernelPatches = [ ];
|
kernelPatches = [ ];
|
||||||
|
# see https://github.com/NixOS/nixpkgs/pull/366004
|
||||||
|
ignoreConfigErrors = true;
|
||||||
|
|
||||||
structuredExtraConfig = with lib.kernel; {
|
structuredExtraConfig = with lib.kernel; {
|
||||||
# buildLinux overrides this and defaults to 32, so go back to the value defined librem5_defconfig
|
# buildLinux overrides this and defaults to 32, so go back to the value defined librem5_defconfig
|
||||||
# this is required for millipixels to take photos, otherwise the VIDIOC_REQ_BUFS ioctl returns ENOMEM
|
# this is required for millipixels to take photos, otherwise the VIDIOC_REQ_BUFS ioctl returns ENOMEM
|
||||||
|
|||||||
Reference in New Issue
Block a user