From: Thomas Petazzoni Date: Sun, 4 Mar 2018 21:31:23 +0000 (+0100) Subject: configs/snps_archs38_vdk: needs host-openssl for the Linux kernel build X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=53f0ffe34a05394e4135c81ca2622be5b8741c79;p=buildroot.git configs/snps_archs38_vdk: needs host-openssl for the Linux kernel build Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/55306946 Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/configs/snps_archs38_vdk_defconfig b/configs/snps_archs38_vdk_defconfig index 434ed37a9e..46b539beec 100644 --- a/configs/snps_archs38_vdk_defconfig +++ b/configs/snps_archs38_vdk_defconfig @@ -17,3 +17,4 @@ BR2_LINUX_KERNEL_CUSTOM_VERSION=y BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.15" BR2_LINUX_KERNEL_DEFCONFIG="vdk_hs38_smp" BR2_LINUX_KERNEL_VMLINUX=y +BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y