Skip to content

Commit

Permalink
manifest: switch to kernel 6.8
Browse files Browse the repository at this point in the history
As Valve did in 3.7
  • Loading branch information
K900 committed Oct 26, 2024
1 parent 32c2cab commit 764e431
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions support/manifest/mappings.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 764e431

Please sign in to comment.