From ee47bf4a5202f610251c7192b219481ee2d84dfe Mon Sep 17 00:00:00 2001 From: Anton Antonov Date: Tue, 3 Oct 2023 12:55:54 +0100 Subject: [PATCH] dmidecode: Add armsr target support Signed-off-by: Anton Antonov --- utils/dmidecode/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/dmidecode/Makefile b/utils/dmidecode/Makefile index ca6a043008..35a95114b1 100644 --- a/utils/dmidecode/Makefile +++ b/utils/dmidecode/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dmidecode PKG_VERSION:=3.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@SAVANNAH/$(PKG_NAME) @@ -26,7 +26,7 @@ include $(INCLUDE_DIR)/package.mk define Package/dmidecode SECTION:=utils CATEGORY:=Utilities - DEPENDS:=@(TARGET_x86||TARGET_x86_64) + DEPENDS:=@(TARGET_x86||TARGET_x86_64||TARGET_armsr_armv8) TITLE:=Displays BIOS informations. URL:=https://www.nongnu.org/dmidecode/ endef -- 2.30.2