changed linux version in recovery and FunKey: bug fix in fbtft driver, TE interupt initialized after vars and functions

This commit is contained in:
Vincent-FK 2020-11-03 20:31:55 +01:00
parent ca0d184a43
commit bc9af11d9e
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="$(BR2_EXTERNAL_FUNKEY_PATH)/board/funkey/post-buil
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_GIT=y
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/FunKey-Project/linux"
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="e48e9aa4109265b097456a6203de0181f5e33c54"
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="95c88d82835eef32096cda4c78e4d09fa1d4bfe5"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_FUNKEY_PATH)/board/funkey/linux.config"
BR2_LINUX_KERNEL_LZO=y

View File

@ -17,7 +17,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="$(BR2_EXTERNAL_RECOVERY_PATH)/board/funkey/post-bu
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_GIT=y
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/FunKey-Project/linux"
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="e48e9aa4109265b097456a6203de0181f5e33c54"
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="95c88d82835eef32096cda4c78e4d09fa1d4bfe5"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_RECOVERY_PATH)/board/funkey/linux.config"
BR2_LINUX_KERNEL_LZO=y