diff options
author | 2019-12-31 17:35:05 +0100 | |
---|---|---|
committer | 2019-12-31 18:16:37 +0100 | |
commit | 34c6787829a4857f3c6e4f2f51fb588e10c91dfa (patch) | |
tree | a437d70513704040098566e7f5f8623cfea80c0c /configs/qemu_sh4_r2d_defconfig | |
parent | 4fea071c61717bb7e248ff42bf9894d31cab1255 (diff) | |
download | buildroot-34c6787829a4857f3c6e4f2f51fb588e10c91dfa.tar.gz buildroot-34c6787829a4857f3c6e4f2f51fb588e10c91dfa.tar.bz2 |
configs/qemu: Update defconfigs to Linux 4.19.91
Linux version is changed to 4.19.91 (the last version of 4.19).
Build- and runtime-tested for aarch64 and x86_64.
Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
[yann.morin.1998@free.fr: add the test report provided by Philipe on IRC]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Diffstat (limited to 'configs/qemu_sh4_r2d_defconfig')
-rw-r--r-- | configs/qemu_sh4_r2d_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/qemu_sh4_r2d_defconfig b/configs/qemu_sh4_r2d_defconfig index ca7b25e295..c7c5126bf9 100644 --- a/configs/qemu_sh4_r2d_defconfig +++ b/configs/qemu_sh4_r2d_defconfig @@ -17,7 +17,7 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y # Linux kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.19.16" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.19.91" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/sh4-r2d/linux.config" BR2_LINUX_KERNEL_ZIMAGE=y |