From: Anton Antonov Date: Tue, 3 Oct 2023 11:55:54 +0000 (+0100) Subject: dmidecode: Add armsr target support X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=78b009fbd2fe9c205c1af7a5043609b56bdefca2;p=feed%2Fpackages.git dmidecode: Add armsr target support Signed-off-by: Anton Antonov (cherry picked from commit ee47bf4a5202f610251c7192b219481ee2d84dfe) --- 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