From 764e431a7d403059a096f3c8a760b8fa32830383 Mon Sep 17 00:00:00 2001 From: K900 Date: Sat, 26 Oct 2024 08:37:45 +0300 Subject: [PATCH] manifest: switch to kernel 6.8 As Valve did in 3.7 --- support/manifest/mappings.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/support/manifest/mappings.toml b/support/manifest/mappings.toml index 23bc9fc4..4d9e3093 100644 --- a/support/manifest/mappings.toml +++ b/support/manifest/mappings.toml @@ -211,15 +211,15 @@ linux-neptune.ignore = true # old kernel linux-neptune-61.ignore = true -# new kernel -linux-neptune-65 = { map = "linux_jovian", pkgrel = 1 } +# old kernel +linux-neptune-65.ignore = true # debug kernels linux-neptune-65-kasan.ignore = true linux-neptune-rtw-debug.ignore = true -# too new kernel -linux-neptune-68.ignore = true +# new kernel +linux-neptune-68 = { map = "linux_jovian", pkgrel = 1 } # we don't identify as SteamOS lsb-release.ignore = true