From: Alexander Egorenkov Date: Sat, 29 May 2021 11:19:09 +0000 (+0200) Subject: configs/qemu_s390x: bump kernel version to 5.10.41 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ff9241c3c81fd994e106217e260131735544ce97;p=buildroot.git configs/qemu_s390x: bump kernel version to 5.10.41 Signed-off-by: Alexander Egorenkov Signed-off-by: Thomas Petazzoni --- diff --git a/configs/qemu_s390x_defconfig b/configs/qemu_s390x_defconfig index 4aed9d9ae5..ba8f3b2908 100644 --- a/configs/qemu_s390x_defconfig +++ b/configs/qemu_s390x_defconfig @@ -17,7 +17,7 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y # Kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.10.7" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.10.41" BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y BR2_GLOBAL_PATCH_DIR="board/qemu/s390x/patches"