add stable kernel

This commit is contained in:
Travis Staton 2025-01-08 11:54:30 -05:00
parent 6b63ee9828
commit 25b46a0be0
No known key found for this signature in database
GPG key ID: E883E53CDAC16260
3 changed files with 24 additions and 0 deletions

View file

@ -1,4 +1,5 @@
{ u-boot-src
, rpi-linux-stable-src
, rpi-linux-6_6_67-src
, rpi-linux-6_10_12-src
, rpi-firmware-src
@ -9,6 +10,7 @@
final: prev:
let
versions = {
v6_6_51.src = rpi-linux-stable-src;
v6_6_67.src = rpi-linux-6_6_67-src;
v6_10_12 = {
src = rpi-linux-6_10_12-src;