summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-03-04 22:31:20 +0100
committerPeter Korsgaard <peter@korsgaard.com>2018-03-30 19:00:21 +0200
commitc38cbb1e25df99dce76a8ed30277c04f2188ebd9 (patch)
treeded564c95b4d04fc72c15f2ce06b496b0f51b0f3
parent12c9d22517deacf4f7b7eda723c813c51e4785e6 (diff)
downloadbuildroot-c38cbb1e25df99dce76a8ed30277c04f2188ebd9.tar.gz
buildroot-c38cbb1e25df99dce76a8ed30277c04f2188ebd9.zip
configs/orangepi_zero: needs host-openssl for the Linux kernel build
Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/55306889 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit a645de1362a16e89430b39f6a31049a3fdbc9f57) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--configs/orangepi_zero_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/orangepi_zero_defconfig b/configs/orangepi_zero_defconfig
index 2efccc0ced..fcf9b325cd 100644
--- a/configs/orangepi_zero_defconfig
+++ b/configs/orangepi_zero_defconfig
@@ -14,6 +14,7 @@ BR2_LINUX_KERNEL_DEFCONFIG="sunxi"
BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_INTREE_DTS_NAME="sun8i-h2-plus-orangepi-zero"
BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/orangepi/orangepi-zero/linux-extras.config"
+BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
BR2_TARGET_ROOTFS_EXT2=y
BR2_TARGET_ROOTFS_EXT2_4=y
# BR2_TARGET_ROOTFS_TAR is not set
OpenPOWER on IntegriCloud