From: Michael Tremer Date: Fri, 1 Apr 2016 18:12:47 +0000 (+0100) Subject: dmidecode: Move into core system X-Git-Tag: v2.19-core101~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=251cde3dfc36c03d171dd6532787d7b5202445d3;p=ipfire-2.x.git dmidecode: Move into core system This should not be a package Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/common/i586/dmidecode b/config/rootfiles/common/i586/dmidecode new file mode 120000 index 0000000000..3fac6e3db6 --- /dev/null +++ b/config/rootfiles/common/i586/dmidecode @@ -0,0 +1 @@ +../x86_64/dmidecode \ No newline at end of file diff --git a/config/rootfiles/packages/dmidecode b/config/rootfiles/common/x86_64/dmidecode similarity index 100% rename from config/rootfiles/packages/dmidecode rename to config/rootfiles/common/x86_64/dmidecode diff --git a/lfs/dmidecode b/lfs/dmidecode index e5354d6f48..a2dcc2357f 100644 --- a/lfs/dmidecode +++ b/lfs/dmidecode @@ -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 ###############################################################################