Skip to content

Commit

Permalink
pi/common: bump kernel to rpi-6.6.45
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Stewart <[email protected]>
  • Loading branch information
paralin committed Aug 19, 2024
1 parent c3e6261 commit 65ca7df
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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.10.5 |
| [PcDuino 3] | [pcduino/3] | ✔ U-Boot 2019.07 | ✔ 6.10.5 |
| [PcEngines APU2] | [pcengines/apu2] | ✔ CoreBoot | ✔ 6.10.5 |
| [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 |
| [Pi 0] | [pi/0] | N/A | ✔ rpi-6.6.45 |
| [Pi 1] | [pi/1] | N/A | ✔ rpi-6.6.45 |
| [Pi 3] + 1, 2 | [pi/3] | N/A | ✔ rpi-6.6.45 |
| [Pi 4] | [pi/4] | N/A | ✔ rpi-6.6.45 |
| [Pi 4] (32bit mode) | [pi/4x32] | N/A | ✔ rpi-6.6.45 |
| [Pi 5] | [pi/5] | N/A | ✔ rpi-6.6.45 |
| [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
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.6.y
# BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,e0c78d59082aaadb95fc301af239c991686a1822)/linux-rpi-6.6.30-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

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

BR2_KERNEL_HEADERS_AS_KERNEL=y
Expand Down

0 comments on commit 65ca7df

Please sign in to comment.