From 2f0c58058208296dde6a2d719f4636640c962108 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sat, 8 Aug 2020 20:01:19 +0200 Subject: [PATCH] configs/nitrogen7: Linux needs host-openssl Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/674934100 Signed-off-by: Thomas Petazzoni --- configs/nitrogen7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/nitrogen7_defconfig b/configs/nitrogen7_defconfig index 2a1ff2ecc1..4178ca9787 100644 --- a/configs/nitrogen7_defconfig +++ b/configs/nitrogen7_defconfig @@ -39,3 +39,4 @@ BR2_LINUX_KERNEL_DEFCONFIG="boundary" BR2_LINUX_KERNEL_INSTALL_TARGET=y BR2_LINUX_KERNEL_DTS_SUPPORT=y BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx7d-nitrogen7 imx7d-nitrogen7-m4" +BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y -- 2.30.2