From: Peter Korsgaard Date: Sat, 30 Jan 2021 10:19:14 +0000 (+0100) Subject: configs/minnowboard_max-graphical_defconfig: bump kernel to 5.10.11 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=101b7f659440ca884a02f9ba9412f59d3f980ae3;p=buildroot.git configs/minnowboard_max-graphical_defconfig: bump kernel to 5.10.11 To match minnowboard_max_defconfig. Signed-off-by: Peter Korsgaard Signed-off-by: Thomas Petazzoni --- diff --git a/configs/minnowboard_max-graphical_defconfig b/configs/minnowboard_max-graphical_defconfig index 910c324e25..3b769ca6e7 100644 --- a/configs/minnowboard_max-graphical_defconfig +++ b/configs/minnowboard_max-graphical_defconfig @@ -3,7 +3,7 @@ BR2_x86_64=y BR2_x86_silvermont=y # Toolchain -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y BR2_TOOLCHAIN_BUILDROOT_LOCALE=y BR2_TOOLCHAIN_BUILDROOT_CXX=y # needed for TARGET_GRUB2 @@ -24,7 +24,7 @@ BR2_PACKAGE_HOST_MTOOLS=y # Linux BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.19.8" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.10.11" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/minnowboard/linux.config"