Skip to content

Commit

Permalink
pi/common: bump kernel to rpi-6.1.58
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Stewart <[email protected]>
  • Loading branch information
paralin committed Oct 27, 2023
1 parent 03d9f14 commit c62285c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ main SkiffOS repository:
| [OrangePi Zero] | [orangepi/zero] | ✔ U-Boot 2018.07 | ✔ 6.5.9 | |
| [PcDuino 3] | [pcduino/3] | ✔ U-Boot 2019.07 | ✔ 6.5.9 | |
| [PcEngines APU2] | [pcengines/apu2] | ✔ CoreBoot | ✔ 6.5.9 | |
| [Pi 0] | [pi/0] | N/A | ✔ rpi-6.1.57 | ✔ Tested |
| [Pi 1] | [pi/1] | N/A | ✔ rpi-6.1.57 | |
| [Pi 3] + 1, 2 | [pi/3] | N/A | ✔ rpi-6.1.57 | ✔ Tested |
| [Pi 4] | [pi/4] | N/A | ✔ rpi-6.1.57 | ✔ Tested |
| [Pi 4] (32bit mode) | [pi/4x32] | N/A | ✔ rpi-6.1.57 | |
| [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 | |
| [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
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
BR2_LINUX_KERNEL_CUSTOM_TARBALL=y

# rpi-6.1.y
# BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,e079555a4c68356e58249cfc041b28f6eb455bd5)/linux-rpi-6.1.53-r1.tar.gz"
# BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,392b9849c8d147c25557fea5d6dbcddbcb9e72d5)/linux-rpi-6.1.57-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,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

BR2_KERNEL_HEADERS_AS_KERNEL=y
Expand Down

0 comments on commit c62285c

Please sign in to comment.