Skip to content

Commit

Permalink
pi/common: bump kernel to rpi-6.1.61
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Stewart <christian@aperture.us>
  • Loading branch information
paralin committed Nov 7, 2023
1 parent 6f1c067 commit 59c4fab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -91,11 +91,11 @@ main SkiffOS repository:
| [OrangePi Zero] | [orangepi/zero] | ✔ U-Boot 2018.07 | ✔ 6.5.10 | |
| [PcDuino 3] | [pcduino/3] | ✔ U-Boot 2019.07 | ✔ 6.5.10 | |
| [PcEngines APU2] | [pcengines/apu2] | ✔ CoreBoot | ✔ 6.5.10 | |
| [Pi 0] | [pi/0] | N/A | ✔ rpi-6.1.58 | ✔ Tested |
| [Pi 1] | [pi/1] | N/A | ✔ rpi-6.1.58 | |
| [Pi 3] + 1, 2 | [pi/3] | N/A | ✔ rpi-6.1.58 | ✔ Tested |
| [Pi 4] | [pi/4] | N/A | ✔ rpi-6.1.58 | ✔ Tested |
| [Pi 4] (32bit mode) | [pi/4x32] | N/A | ✔ rpi-6.1.58 | |
| [Pi 0] | [pi/0] | N/A | ✔ rpi-6.1.61 | ✔ Tested |
| [Pi 1] | [pi/1] | N/A | ✔ rpi-6.1.61 | |
| [Pi 3] + 1, 2 | [pi/3] | N/A | ✔ rpi-6.1.61 | ✔ Tested |
| [Pi 4] | [pi/4] | N/A | ✔ rpi-6.1.61 | ✔ Tested |
| [Pi 4] (32bit mode) | [pi/4x32] | N/A | ✔ rpi-6.1.61 | |
| [Pine64 H64] | [pine64/h64] | ✔ U-Boot 2022.04 | ✔ megi-6.6-pre | |
| [PineBook A64] | [pine64/book_a64] | ✔ U-Boot (bin) | ✔ megi-6.6-pre | ⚠ Obsolete |
| [PineBook Pro] | [pine64/book] | ✔ U-Boot (bin) | ✔ megi-6.6-pre | |
Expand Down
4 changes: 2 additions & 2 deletions configs/pi/common/buildroot/kernel
@@ -1,11 +1,11 @@
BR2_LINUX_KERNEL_CUSTOM_TARBALL=y

# rpi-6.1.y
# BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,392b9849c8d147c25557fea5d6dbcddbcb9e72d5)/linux-rpi-6.1.57-r1.tar.gz"
# BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,cb013b6602de32c647ed08faf899596664a18635)/linux-rpi-6.1.58-r1.tar.gz"
# BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y

# rpi-6.1.y
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,cb013b6602de32c647ed08faf899596664a18635)/linux-rpi-6.1.58-r1.tar.gz"
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,686fe776309fba5cad642c40177d39bf1fb320b2)/linux-rpi-6.1.61-r1.tar.gz"
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y

BR2_KERNEL_HEADERS_AS_KERNEL=y
Expand Down

0 comments on commit 59c4fab

Please sign in to comment.