From: Thomas Petazzoni Date: Sat, 8 Aug 2020 17:57:35 +0000 (+0200) Subject: configs/nitrogen6sx: Linux needs host-openssl X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6429b236d1327503a683c9fc7b77c6b985083fcf;p=buildroot.git 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 --- 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