From: Thomas Petazzoni Date: Sat, 8 Aug 2020 18:01:19 +0000 (+0200) Subject: configs/nitrogen7: Linux needs host-openssl X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2f0c58058208296dde6a2d719f4636640c962108;p=buildroot.git configs/nitrogen7: Linux needs host-openssl Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/674934100 Signed-off-by: Thomas Petazzoni --- 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