From 59c4fab8c14a338fe3f997a83580cf70b1c25729 Mon Sep 17 00:00:00 2001 From: Christian Stewart Date: Tue, 7 Nov 2023 14:27:19 -0800 Subject: [PATCH] pi/common: bump kernel to rpi-6.1.61 Signed-off-by: Christian Stewart --- README.md | 10 +++++----- configs/pi/common/buildroot/kernel | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9fc39504..d0ed58cf 100644 --- a/README.md +++ b/README.md @@ -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 | | diff --git a/configs/pi/common/buildroot/kernel b/configs/pi/common/buildroot/kernel index b71952ce..c1467df6 100644 --- a/configs/pi/common/buildroot/kernel +++ b/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