Orange Pi Zero: update kernel to 5.7.14

This commit is contained in:
Calin Crisan 2020-08-09 23:33:47 +03:00
parent e217b029c2
commit 8fa1286771
2 changed files with 626 additions and 154 deletions

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,7 @@ BR2_ROOTFS_OVERLAY="board/common/overlay board/orangepizero/overlay"
BR2_ROOTFS_POST_BUILD_SCRIPT="board/common/postscript.sh"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.1.9"
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.7.14"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/orangepizero/kernel.config"
BR2_LINUX_KERNEL_DTS_SUPPORT=y