configs/riotboard: add missing dependency on host-openssl
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 22 Nov 2018 16:48:19 +0000 (17:48 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 23 Nov 2018 09:43:35 +0000 (10:43 +0100)
Fixes:

  https://gitlab.com/buildroot.org/buildroot/-/jobs/123771135

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
configs/riotboard_defconfig

index 04d52eb4faf92a4ea66eb37e9cc73b516fcb52a8..3efcd8859d0e018829d0255371b76a4b73967d64 100644 (file)
@@ -27,6 +27,7 @@ BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6dl-riotboard"
 BR2_LINUX_KERNEL_INSTALL_TARGET=y
+BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
 
 # required tools to create the SD card image
 BR2_PACKAGE_HOST_DOSFSTOOLS=y