Skip to content

Commit

Permalink
pi/common: bump kernel to rpi-6.6.30
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Stewart <christian@aperture.us>
  • Loading branch information
paralin committed May 9, 2024
1 parent 485160e commit ee9ebcb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -93,12 +93,12 @@ main SkiffOS repository:
| [OrangePi Zero] | [orangepi/zero] | ✔ U-Boot 2018.07 | ✔ 6.8.6 |
| [PcDuino 3] | [pcduino/3] | ✔ U-Boot 2019.07 | ✔ 6.8.6 |
| [PcEngines APU2] | [pcengines/apu2] | ✔ CoreBoot | ✔ 6.8.6 |
| [Pi 0] | [pi/0] | N/A | ✔ rpi-6.6.21 |
| [Pi 1] | [pi/1] | N/A | ✔ rpi-6.6.21 |
| [Pi 3] + 1, 2 | [pi/3] | N/A | ✔ rpi-6.6.21 |
| [Pi 4] | [pi/4] | N/A | ✔ rpi-6.6.21 |
| [Pi 4] (32bit mode) | [pi/4x32] | N/A | ✔ rpi-6.6.21 |
| [Pi 5] | [pi/5] | N/A | ✔ rpi-6.6.21 |
| [Pi 0] | [pi/0] | N/A | ✔ rpi-6.6.30 |
| [Pi 1] | [pi/1] | N/A | ✔ rpi-6.6.30 |
| [Pi 3] + 1, 2 | [pi/3] | N/A | ✔ rpi-6.6.30 |
| [Pi 4] | [pi/4] | N/A | ✔ rpi-6.6.30 |
| [Pi 4] (32bit mode) | [pi/4x32] | N/A | ✔ rpi-6.6.30 |
| [Pi 5] | [pi/5] | N/A | ✔ rpi-6.6.30 |
| [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
8 changes: 4 additions & 4 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,afd5f659b0453e4c710ce5cf74c577563ff16239)/linux-rpi-6.1.77-r2.tar.gz"
# BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y
# rpi-6.6.y
# BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,36712d1d5aeef008de215e1a13b09f43f3053064)/linux-rpi-6.6.21-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,36712d1d5aeef008de215e1a13b09f43f3053064)/linux-rpi-6.6.21-r1.tar.gz"
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,e0c78d59082aaadb95fc301af239c991686a1822)/linux-rpi-6.6.30-r1.tar.gz"
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y

BR2_KERNEL_HEADERS_AS_KERNEL=y
Expand Down

0 comments on commit ee9ebcb

Please sign in to comment.