mirror of
https://codeberg.org/mart-w/nixos-x13s.git
synced 2024-11-21 23:04:47 +01:00
chore: 6.8.0-rc3 -> 6.8.0-rc4
Changes include - fix PCIe link errors when starting Wi-Fi link - switch to using GIC ITS for PCIe MSIs - disable ASPM L0s for X13s Wi-Fi - disable ASPM L0s for CRD NVMe - add missing PCIe minimum OPP
This commit is contained in:
parent
307f966e34
commit
2ff2c3fbcf
|
@ -21,10 +21,10 @@
|
||||||
"owner": "jhovold",
|
"owner": "jhovold",
|
||||||
"repo": "linux"
|
"repo": "linux"
|
||||||
},
|
},
|
||||||
"branch": "wip/sc8280xp-v6.8-rc3",
|
"branch": "wip/sc8280xp-v6.8-rc4",
|
||||||
"revision": "dee604c3dedb3203caea23037a065df5bbf1ab07",
|
"revision": "e6afa0380b4915646a07306d706f6337f40fef90",
|
||||||
"url": "https://github.com/jhovold/linux/archive/dee604c3dedb3203caea23037a065df5bbf1ab07.tar.gz",
|
"url": "https://github.com/jhovold/linux/archive/e6afa0380b4915646a07306d706f6337f40fef90.tar.gz",
|
||||||
"hash": "04n43d9dd2vsjr9m9nkdhb5f397xx4k8y4jyify8q1da9pcfbyjr"
|
"hash": "0jb546y44pjgs2g9mv8074gmffw9r42p13zvnn9va5qmzjr6ahk1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 3
|
"version": 3
|
||||||
|
|
|
@ -5,7 +5,7 @@ let
|
||||||
linux_x13s_pkg =
|
linux_x13s_pkg =
|
||||||
{ buildLinux, ... }@args:
|
{ buildLinux, ... }@args:
|
||||||
let
|
let
|
||||||
version = "6.8.0-rc3";
|
version = "6.8.0-rc4";
|
||||||
modDirVersion = "${version}";
|
modDirVersion = "${version}";
|
||||||
in
|
in
|
||||||
buildLinux (
|
buildLinux (
|
||||||
|
|
Loading…
Reference in a new issue