Browse Source

linux: the aarch64 defconfig also needs host-openssl

This commit extends 5dae966a30c5485e45b94f750a739d36810cba4c ("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 892677f4f583031de048d81855e339dca15183ed)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Thomas Petazzoni 7 months ago
parent
commit
92f81d78a4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      linux/Config.in

+ 1 - 1
linux/Config.in

@@ -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