Przeglądaj źródła

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>
Thomas Petazzoni 7 miesięcy temu
rodzic
commit
892677f4f5
1 zmienionych plików z 1 dodań i 1 usunięć
  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