summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-03-04 22:31:26 +0100
committerPeter Korsgaard <peter@korsgaard.com>2018-03-30 19:04:47 +0200
commitabe9c16a6f677d2b174d29491d5613febce1b924 (patch)
treebabcf11b7fb9c04dbcfae69e7099a3d3e45cf960
parent78414d1c1fd45457e2867a1c7f3ab02a828eafb9 (diff)
downloadbuildroot-abe9c16a6f677d2b174d29491d5613febce1b924.tar.gz
buildroot-abe9c16a6f677d2b174d29491d5613febce1b924.zip
configs/snps_arc700_axs101: needs host-openssl for the Linux kernel build
Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/55306943 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit e929742b84651ffee8a81a1bfe014a0c9772ebf4) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--configs/snps_arc700_axs101_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/snps_arc700_axs101_defconfig b/configs/snps_arc700_axs101_defconfig
index daa8ebb8f0..0fefaf4aa8 100644
--- a/configs/snps_arc700_axs101_defconfig
+++ b/configs/snps_arc700_axs101_defconfig
@@ -16,6 +16,7 @@ BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.15"
BR2_LINUX_KERNEL_DEFCONFIG="axs101"
+BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
# Bootloader
BR2_TARGET_UBOOT=y
OpenPOWER on IntegriCloud