diff options
author | 2018-03-24 15:26:02 +0100 | |
---|---|---|
committer | 2018-03-24 18:31:10 +0100 | |
commit | 3f3bb11f33de2d508900da6bffa99b50a5cf9de1 (patch) | |
tree | a1f6d46960d022166814208a9a09f7c42490a2aa /configs/freescale_p1025twr_defconfig | |
parent | 45d7087414bba3058c9905ec84d2aec2dfdfe228 (diff) | |
download | buildroot-3f3bb11f33de2d508900da6bffa99b50a5cf9de1.tar.gz buildroot-3f3bb11f33de2d508900da6bffa99b50a5cf9de1.tar.bz2 |
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 <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'configs/freescale_p1025twr_defconfig')
-rw-r--r-- | configs/freescale_p1025twr_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |