]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - lfs/firmware-update
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-2.x
[people/mfischer/ipfire-2.x.git] / lfs / firmware-update
index bce9c4404c4be0d9de41f555169b3cd71c83ecba..554d20286481613b80a62cd3fce5fd9eca9d8eba 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = IPFire Firmware Update Tool
+
 VER        = 20210107
 
 THISAPP    = firmware-update-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 2
 
 DEPS       = flashrom
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -44,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 581d8b5784c3ebbc335ae034fd70c5a6
+$(DL_FILE)_BLAKE2 = 9bd9ef1d841fc8bb2625cd48441727d3c194854843abd734fbd7072986629814c96e479074b3ec236348380ea64a351480c57d896da1e2af17ebbe4a36368a56
 
 install : $(TARGET)
 
@@ -52,13 +56,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)) :
@@ -67,8 +71,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) :
 $(patsubst %,$(DIR_DL)/%,$(objects)) :
        @$(LOAD)
 
-$(subst %,%_MD5,$(objects)) :
-       @$(MD5)
+$(subst %,%_BLAKE2,$(objects)) :
+       @$(B2SUM)
 
 ###############################################################################
 # Installation Details