mirror of
https://codeberg.org/mart-w/nixos-x13s.git
synced 2024-11-09 17:44:48 +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",
|
||||
"repo": "linux"
|
||||
},
|
||||
"branch": "wip/sc8280xp-v6.8-rc3",
|
||||
"revision": "dee604c3dedb3203caea23037a065df5bbf1ab07",
|
||||
"url": "https://github.com/jhovold/linux/archive/dee604c3dedb3203caea23037a065df5bbf1ab07.tar.gz",
|
||||
"hash": "04n43d9dd2vsjr9m9nkdhb5f397xx4k8y4jyify8q1da9pcfbyjr"
|
||||
"branch": "wip/sc8280xp-v6.8-rc4",
|
||||
"revision": "e6afa0380b4915646a07306d706f6337f40fef90",
|
||||
"url": "https://github.com/jhovold/linux/archive/e6afa0380b4915646a07306d706f6337f40fef90.tar.gz",
|
||||
"hash": "0jb546y44pjgs2g9mv8074gmffw9r42p13zvnn9va5qmzjr6ahk1"
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
|
|
|
@ -5,7 +5,7 @@ let
|
|||
linux_x13s_pkg =
|
||||
{ buildLinux, ... }@args:
|
||||
let
|
||||
version = "6.8.0-rc3";
|
||||
version = "6.8.0-rc4";
|
||||
modDirVersion = "${version}";
|
||||
in
|
||||
buildLinux (
|
||||
|
|
Loading…
Reference in a new issue