Skip to content

Commit

Permalink
pi/common: bump to kernel 4.19.106
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Stewart <christian@paral.in>
  • Loading branch information
paralin committed Mar 3, 2020
1 parent 863464d commit af4f7b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,10 @@ Here are the boards/systems currently supported by Skiff:
| [OrangePi Zero] | orangepi/zero | ✔ U-Boot 2018.07 Src | ✔ 4.17.15 | ⚠ Needs testing |
| [PcDuino 3] | pcduino/3 | ✔ U-Boot 2019.07 Src | ✔ 4.19.95 | |
| [PcEngines APU2] | pcengines/apu2 | ✔ CoreBoot | ✔ 4.19.102 | |
| [Pi 0] | pi/0 | N/A | ✔ 4.19.102 | |
| [Pi 1] | pi/1 | N/A | ✔ 4.19.102 | ⚠ Untested |
| [Pi 3] (and 1/2) | pi/3 | N/A | ✔ 4.19.102 | |
| [Pi 4] | pi/4 | N/A | ✔ 4.19.102 | |
| [Pi 0] | pi/0 | N/A | ✔ 4.19.106 | |
| [Pi 1] | pi/1 | N/A | ✔ 4.19.106 | ⚠ Untested |
| [Pi 3] (and 1/2) | pi/3 | N/A | ✔ 4.19.106 | |
| [Pi 4] | pi/4 | N/A | ✔ 4.19.106 | |

[Apple Macbook]: https://wiki.gentoo.org/wiki/Apple_Macbook_Pro_Retina_(early_2013)
[BananaPi M1+/Pro]: http://linux-sunxi.org/LeMaker_Banana_Pi#Variants
Expand Down
2 changes: 1 addition & 1 deletion configs/pi/common/buildroot/kernel
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_TARBALL=y

BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/raspberrypi/linux/archive/65cd479134433363e1235a3aee4e41e281384cf6/linux-rpi-4.19.102-r1.tar.gz"
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/raspberrypi/linux/archive/c54bc9cff310e006ede2a4ffa745860fad87f79e/linux-rpi-4.19.106-r1.tar.gz"
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y

0 comments on commit af4f7b4

Please sign in to comment.