Skip to content

Commit

Permalink
pi/common: bump kernel to rpi-6.6.34
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Stewart <christian@aperture.us>
  • Loading branch information
paralin committed Jun 21, 2024
1 parent e178aba commit 808c2ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@ main SkiffOS repository:
| [OrangePi Zero] | [orangepi/zero] | ✔ U-Boot 2018.07 | ✔ 6.9.4 |
| [PcDuino 3] | [pcduino/3] | ✔ U-Boot 2019.07 | ✔ 6.9.4 |
| [PcEngines APU2] | [pcengines/apu2] | ✔ CoreBoot | ✔ 6.9.4 |
| [Pi 0] | [pi/0] | N/A | ✔ rpi-6.6.33 |
| [Pi 1] | [pi/1] | N/A | ✔ rpi-6.6.33 |
| [Pi 3] + 1, 2 | [pi/3] | N/A | ✔ rpi-6.6.33 |
| [Pi 4] | [pi/4] | N/A | ✔ rpi-6.6.33 |
| [Pi 4] (32bit mode) | [pi/4x32] | N/A | ✔ rpi-6.6.33 |
| [Pi 5] | [pi/5] | N/A | ✔ rpi-6.6.33 |
| [Pi 0] | [pi/0] | N/A | ✔ rpi-6.6.34 |
| [Pi 1] | [pi/1] | N/A | ✔ rpi-6.6.34 |
| [Pi 3] + 1, 2 | [pi/3] | N/A | ✔ rpi-6.6.34 |
| [Pi 4] | [pi/4] | N/A | ✔ rpi-6.6.34 |
| [Pi 4] (32bit mode) | [pi/4x32] | N/A | ✔ rpi-6.6.34 |
| [Pi 5] | [pi/5] | N/A | ✔ rpi-6.6.34 |
| [Pine64 H64] | [pine64/h64] | ✔ U-Boot 2022.04 | ✔ megi-6.6-pre |
| [PineBook A64] | [pine64/book_a64] | ✔ U-Boot (bin) | ✔ megi-6.6-pre |
| [PineBook Pro] | [pine64/book] | ✔ U-Boot (bin) | ✔ megi-6.6-pre |
Expand Down
2 changes: 1 addition & 1 deletion configs/pi/common/buildroot/kernel
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
# BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y

# rpi-6.6.y
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,51c5d2bb01d3a0cff31d00686f35ed8f33039f78)/linux-rpi-6.6.33-r1.tar.gz"
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,7af85d54e39733bb9a236b95ea5ed1ab8277d560)/linux-rpi-6.6.34-r1.tar.gz"
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y

BR2_KERNEL_HEADERS_AS_KERNEL=y
Expand Down

0 comments on commit 808c2ea

Please sign in to comment.