linux: the aarch64 defconfig also needs host-openssl

This commit extends 5dae966a30 ("linux:
select BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL when needed") to also cover
the aarch64 architecture, whose kernel defconfig also needs
host-openssl.

Fixes:

  http://autobuild.buildroot.net/results/375f48cabebddce3b1d23c820bc3a722c8cdd819/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit 892677f4f5)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Thomas Petazzoni
2025-01-01 22:42:13 +01:00
committed by Peter Korsgaard
parent 487d7513b8
commit 92f81d78a4

View File

@@ -178,7 +178,7 @@ config BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG
# version. This is mainly needed to fix autobuilder testing. # version. This is mainly needed to fix autobuilder testing.
select BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL if \ select BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL if \
BR2_LINUX_KERNEL_LATEST_VERSION && \ BR2_LINUX_KERNEL_LATEST_VERSION && \
(BR2_arcle || BR2_arceb || BR2_sparc || BR2_x86_64) (BR2_aarch64 || BR2_aarch64_be || BR2_arcle || BR2_arceb || BR2_sparc || BR2_x86_64)
help help
This option will use the default configuration for the This option will use the default configuration for the
selected architecture. I.e, it is equivalent to running selected architecture. I.e, it is equivalent to running