mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
linux: the aarch64 defconfig also needs host-openssl
This commit extends5dae966a30("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 commit892677f4f5) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
487d7513b8
commit
92f81d78a4
@@ -178,7 +178,7 @@ config BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG
|
||||
# version. This is mainly needed to fix autobuilder testing.
|
||||
select BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL if \
|
||||
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
|
||||
This option will use the default configuration for the
|
||||
selected architecture. I.e, it is equivalent to running
|
||||
|
||||
Reference in New Issue
Block a user