diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2018-12-09 10:41:46 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-12-09 17:28:51 +0100 |
commit | 7c36985b374d9ff47d025c684060ec0534b9ecac (patch) | |
tree | 2e7ced3aa0b71947b548869f8f79720d626eaf99 | |
parent | e16310c15a42cb5de409522dae104c41595738aa (diff) | |
download | buildroot-7c36985b374d9ff47d025c684060ec0534b9ecac.tar.gz buildroot-7c36985b374d9ff47d025c684060ec0534b9ecac.zip |
configs/nexbox_a95x: kernel needs host-openssl
Since commit 9f5b07fc64 ("configs: nexbox_a95x_defconfig: bump to
kernel 4.19.8"), the nexbox_a95x_defconfig needs host-openssl to build
the Linux kernel.
Fixes: https://gitlab.com/ymorin/buildroot/-/jobs/131924236
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r-- | configs/nexbox_a95x_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/nexbox_a95x_defconfig b/configs/nexbox_a95x_defconfig index 4b0fc9cfba..4820d47d52 100644 --- a/configs/nexbox_a95x_defconfig +++ b/configs/nexbox_a95x_defconfig @@ -11,6 +11,7 @@ BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.19.8" BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y BR2_LINUX_KERNEL_DTS_SUPPORT=y BR2_LINUX_KERNEL_INTREE_DTS_NAME="amlogic/meson-gxbb-nexbox-a95x amlogic/meson-gxl-s905x-nexbox-a95x" +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 |