diff options
author | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-11-22 17:48:19 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-11-23 10:43:35 +0100 |
commit | 255f22fa0a9d4f5e624fc95dfb9cdb992d9fca88 (patch) | |
tree | e0d77ad989b136f561f42b23392d51b698e2a660 | |
parent | c79f5a8876d8bd4216d0270cca01486baebb2337 (diff) | |
download | buildroot-255f22fa0a9d4f5e624fc95dfb9cdb992d9fca88.tar.gz buildroot-255f22fa0a9d4f5e624fc95dfb9cdb992d9fca88.zip |
configs/riotboard: add missing dependency on host-openssl
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/123771135
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r-- | configs/riotboard_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/riotboard_defconfig b/configs/riotboard_defconfig index 04d52eb4fa..3efcd8859d 100644 --- a/configs/riotboard_defconfig +++ b/configs/riotboard_defconfig @@ -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 |