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

@ -7,6 +7,10 @@
flake = false;
url = "https://ftp.denx.de/pub/u-boot/u-boot-2024.07.tar.bz2";
};
rpi-linux-stable-src = {
flake = false;
url = "github:raspberrypi/linux/stable_20241008";
};
rpi-linux-6_6_67-src = {
flake = false;
url = "github:raspberrypi/linux/rpi-6.6.y";