Skip to content

Commit

Permalink
Bump realtime kernel version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfullmer committed Nov 6, 2024
1 parent 58a54bd commit e8b8412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}@args:
buildLinux (args // {
# See Makefile in kernel source root for VERSION/PATCHLEVEL/SUBLEVEL. See realtime patch for rt version
version = "5.10.216" + lib.optionalString realtime "-rt96";
version = "5.10.216" + lib.optionalString realtime "-rt108";
extraMeta.branch = "5.10";

defconfig = "tegra_defconfig";
Expand Down

0 comments on commit e8b8412

Please sign in to comment.