diff options
author | 2018-03-04 22:31:24 +0100 | |
---|---|---|
committer | 2018-03-06 15:28:03 +0100 | |
commit | da9678f426e6664b6839e180dcc374dae2830f34 (patch) | |
tree | 2ffc44b92fb59a3bf8c7c6030bc9454c947e3b6e /configs/mx53loco_defconfig | |
parent | 53f0ffe34a05394e4135c81ca2622be5b8741c79 (diff) | |
download | buildroot-da9678f426e6664b6839e180dcc374dae2830f34.tar.gz buildroot-da9678f426e6664b6839e180dcc374dae2830f34.tar.bz2 |
configs/mx53loco: needs host-openssl for the Linux kernel build
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/55306856
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'configs/mx53loco_defconfig')
-rw-r--r-- | configs/mx53loco_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mx53loco_defconfig b/configs/mx53loco_defconfig index aaba4767ed..8bb4014178 100644 --- a/configs/mx53loco_defconfig +++ b/configs/mx53loco_defconfig @@ -32,3 +32,4 @@ BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.15.1" BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7" BR2_LINUX_KERNEL_DTS_SUPPORT=y BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx53-qsb imx53-qsrb" +BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y |