diff options
author | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-11-27 09:08:39 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-11-27 09:52:38 +0100 |
commit | 8539e3acfab14eacf9c1a7986029f2edfc73fe1d (patch) | |
tree | 5dcd8d60b99f5e92e642d7ec81ff9a360afacf5e | |
parent | 0a5c430c4de8bf1d70cfcc943f39540443bf4c3f (diff) | |
download | buildroot-8539e3acfab14eacf9c1a7986029f2edfc73fe1d.tar.gz buildroot-8539e3acfab14eacf9c1a7986029f2edfc73fe1d.zip |
configs/pc_x86_64_efi: needs host-openssl to build Linux
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/125631916
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | configs/pc_x86_64_efi_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/pc_x86_64_efi_defconfig b/configs/pc_x86_64_efi_defconfig index bc99ca755b..2a76f403df 100644 --- a/configs/pc_x86_64_efi_defconfig +++ b/configs/pc_x86_64_efi_defconfig @@ -35,6 +35,7 @@ BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.18.10" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/pc/linux.config" BR2_LINUX_KERNEL_INSTALL_TARGET=y +BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y # Firmware BR2_PACKAGE_LINUX_FIRMWARE=y |