From: Nikolay Dimitrov Date: Mon, 1 Oct 2018 20:23:25 +0000 (+0300) Subject: configs/riotboard: bump kernel to version 4.18.10 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6b8f9ff06fe7c765fb6deb212b93300bab957a36;p=buildroot.git configs/riotboard: bump kernel to version 4.18.10 Signed-off-by: Nikolay Dimitrov Signed-off-by: Peter Korsgaard --- diff --git a/configs/riotboard_defconfig b/configs/riotboard_defconfig index 6a37e64f8c..04d52eb4fa 100644 --- a/configs/riotboard_defconfig +++ b/configs/riotboard_defconfig @@ -22,7 +22,7 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_18=y # kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.18" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.18.10" BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7" BR2_LINUX_KERNEL_DTS_SUPPORT=y BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6dl-riotboard"