dmidecode: Move into core system

This should not be a package

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2016-04-01 19:12:47 +01:00
parent 0dbd30710d
commit 251cde3dfc
3 changed files with 1 additions and 7 deletions

View File

@@ -0,0 +1 @@
../x86_64/dmidecode

View File

@@ -32,10 +32,6 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
SUP_ARCH = i586 x86_64
PROG = dmidecode
PAK_VER = 1
DEPS = ""
###############################################################################
# Top-level Rules
@@ -54,9 +50,6 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
md5 : $(subst %,%_MD5,$(objects))
dist:.
$(PAK)
###############################################################################
# Downloading, checking, md5sum
###############################################################################