dmidecode: Add armsr target support
Signed-off-by: Anton Antonov <Anton.Antonov@arm.com>
This commit is contained in:
parent
19ec30255f
commit
ee47bf4a52
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue