From 3f3bb11f33de2d508900da6bffa99b50a5cf9de1 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sat, 24 Mar 2018 15:26:02 +0100 Subject: [PATCH] configs/freescale_p1025twr: needs host-openssl for the Linux kernel build Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/59015355 Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- configs/freescale_p1025twr_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/freescale_p1025twr_defconfig b/configs/freescale_p1025twr_defconfig index f7cc50f093..13ec517fbd 100644 --- a/configs/freescale_p1025twr_defconfig +++ b/configs/freescale_p1025twr_defconfig @@ -12,6 +12,7 @@ BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.15.7" BR2_LINUX_KERNEL_DEFCONFIG="mpc85xx_smp" BR2_LINUX_KERNEL_DTS_SUPPORT=y BR2_LINUX_KERNEL_INTREE_DTS_NAME="fsl/p1025twr" +BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y # Filesystem BR2_TARGET_ROOTFS_CPIO=y -- 2.30.2