diff options
author | 2019-07-31 15:46:49 +0200 | |
---|---|---|
committer | 2019-08-01 20:24:09 +0200 | |
commit | d63e171bfcbbb9204168849ec5181ee70f4dc79b (patch) | |
tree | 8336ded68a3445b920d0394c1a31921ea1cc5dc9 /configs/at91sam9x5ek_mmc_defconfig | |
parent | a946dce75e9b8c7263d0b629006b4b3d35e83df4 (diff) | |
download | buildroot-d63e171bfcbbb9204168849ec5181ee70f4dc79b.tar.gz buildroot-d63e171bfcbbb9204168849ec5181ee70f4dc79b.tar.bz2 |
configs/atmel: kernel needs host openssl to build
Since commit df7005975e5a8419918600b1fcac57799a0ff5da, the linux
configuration requires host-openssl to be built.
Reported-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'configs/at91sam9x5ek_mmc_defconfig')
-rw-r--r-- | configs/at91sam9x5ek_mmc_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/at91sam9x5ek_mmc_defconfig b/configs/at91sam9x5ek_mmc_defconfig index 3f78e7d75e..633ca8e1cc 100644 --- a/configs/at91sam9x5ek_mmc_defconfig +++ b/configs/at91sam9x5ek_mmc_defconfig @@ -16,6 +16,7 @@ BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,linux4sam,linux-at91,lin BR2_LINUX_KERNEL_DEFCONFIG="at91_dt" BR2_LINUX_KERNEL_DTS_SUPPORT=y BR2_LINUX_KERNEL_INTREE_DTS_NAME="at91sam9g15ek at91sam9g25ek at91sam9g35ek at91sam9x25ek at91sam9x35ek" +BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y # Filesystem BR2_TARGET_ROOTFS_EXT2=y |