From 6429b236d1327503a683c9fc7b77c6b985083fcf Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sat, 8 Aug 2020 19:57:35 +0200 Subject: [PATCH] configs/nitrogen6sx: Linux needs host-openssl The kernel configuration used for the nitrogen6x defconfig needs host-openssl. Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/674934095 Signed-off-by: Thomas Petazzoni --- configs/nitrogen6sx_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/nitrogen6sx_defconfig b/configs/nitrogen6sx_defconfig index f151d4dc08..d5bf87b086 100644 --- a/configs/nitrogen6sx_defconfig +++ b/configs/nitrogen6sx_defconfig @@ -40,3 +40,4 @@ BR2_LINUX_KERNEL_DEFCONFIG="boundary" BR2_LINUX_KERNEL_INSTALL_TARGET=y BR2_LINUX_KERNEL_DTS_SUPPORT=y BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6sx-nitrogen6sx imx6sx-nitrogen6sx-m4" +BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y -- 2.30.2