]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/lshw
log.dat: Add NUT entry for System Logs - Fixes bug#12921
[ipfire-2.x.git] / lfs / lshw
index 1e22bed055562170ea669be777551e8590932df2..9b2b78fd99f61e813b38d06f26dfcc5e11c8152f 100644 (file)
--- a/lfs/lshw
+++ b/lfs/lshw
@@ -25,6 +25,8 @@
 
 include Config
 
+SUMMARY    = HardWare LiSter
+
 VER        = B.02.19.2
 
 THISAPP    = lshw-$(VER)
@@ -32,10 +34,12 @@ DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
-PROG       = lshw
+PROG       = lshw
 PAK_VER    = 1
 
-DEPS       = 
+DEPS       =
+
+SERVICES    =
 
 ###############################################################################
 # Top-level Rules
@@ -45,7 +49,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 8c70d46e906688309095c73ecb9396e3
+$(DL_FILE)_BLAKE2 = 8317def382bcb189c164bddf2dd766c614c6a0a49449ceee81f516125ef14ba24f5933b1f08f13b5ae52a96304baa1cc7ac5171231911ecaa466522a7c0c4c6f
 
 install : $(TARGET)
 
@@ -53,13 +57,13 @@ check : $(patsubst %,$(DIR_CHK)/%,$(objects))
 
 download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
-md5 : $(subst %,%_MD5,$(objects))
+b2 : $(subst %,%_BLAKE2,$(objects))
 
-dist: 
+dist:
        @$(PAK)
 
 ###############################################################################
-# Downloading, checking, md5sum
+# Downloading, checking, b2sum
 ###############################################################################
 
 $(patsubst %,$(DIR_CHK)/%,$(objects)) :
@@ -68,8 +72,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) :
 $(patsubst %,$(DIR_DL)/%,$(objects)) :
        @$(LOAD)
 
-$(subst %,%_MD5,$(objects)) :
-       @$(MD5)
+$(subst %,%_BLAKE2,$(objects)) :
+       @$(B2SUM)
 
 ###############################################################################
 # Installation Details