From: Geoff Levand Date: Tue, 24 Jul 2018 19:32:17 +0000 (+0000) Subject: dmidecode: enable for aarch64 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6e00a671bc227a8e567f485df9ccdbefb9a1d5c6;p=buildroot.git dmidecode: enable for aarch64 arm64 systems support SMBIOS, so update the dmidecode config to allow building dmidecode for arm64. Signed-off-by: Geoff Levand Signed-off-by: Thomas Petazzoni --- diff --git a/package/dmidecode/Config.in b/package/dmidecode/Config.in index 22272ed294..58e7a785ce 100644 --- a/package/dmidecode/Config.in +++ b/package/dmidecode/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_DMIDECODE bool "dmidecode" - depends on BR2_i386 || BR2_x86_64 + depends on BR2_aarch64 || BR2_i386 || BR2_x86_64 help Dmidecode reports information about your system's hardware as described in your system BIOS according to the SMBIOS/DMI