]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
dmidecode: Move into core system
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 1 Apr 2016 18:12:47 +0000 (19:12 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 1 Apr 2016 18:12:47 +0000 (19:12 +0100)
This should not be a package

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/i586/dmidecode [new symlink]
config/rootfiles/common/x86_64/dmidecode [moved from config/rootfiles/packages/dmidecode with 100% similarity]
lfs/dmidecode

diff --git a/config/rootfiles/common/i586/dmidecode b/config/rootfiles/common/i586/dmidecode
new file mode 120000 (symlink)
index 0000000..3fac6e3
--- /dev/null
@@ -0,0 +1 @@
+../x86_64/dmidecode
\ No newline at end of file
index e5354d6f487a190a93d2efc16c0c9b3e2646faf6..a2dcc2357f29ef7d2f17a553643ea4c44bc5293c 100644 (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
 ###############################################################################