summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-03-04 22:31:22 +0100
committerPeter Korsgaard <peter@korsgaard.com>2018-03-30 19:02:13 +0200
commit67c4f45bf2ddc2a7ae87a34aebf0be9d9bc2f15d (patch)
treec68f6725c10de75f9293a20ec1640a682de01c6d
parent8c911751d5bf8fc1deaa8803ff0e0e30e3f3c2e7 (diff)
downloadbuildroot-67c4f45bf2ddc2a7ae87a34aebf0be9d9bc2f15d.tar.gz
buildroot-67c4f45bf2ddc2a7ae87a34aebf0be9d9bc2f15d.zip
configs/snps_archs38_axs103: needs host-openssl for the Linux kernel build
Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/55306944 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit bc575cf9de36750f76a232493508f63c3c18979e) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--configs/snps_archs38_axs103_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/snps_archs38_axs103_defconfig b/configs/snps_archs38_axs103_defconfig
index 42a4feaba8..39ceeae433 100644
--- a/configs/snps_archs38_axs103_defconfig
+++ b/configs/snps_archs38_axs103_defconfig
@@ -17,6 +17,7 @@ BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.15"
BR2_LINUX_KERNEL_DEFCONFIG="axs103_smp"
+BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
# Bootloader
BR2_TARGET_UBOOT=y
OpenPOWER on IntegriCloud