]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/blobdiff - lfs/linux-firmware
Switch checksums from MD5 to BLAKE2
[people/stevee/ipfire-2.x.git] / lfs / linux-firmware
index f08dffb628529b3a1de0dbd17593b98b27f6f2c1..7616e5a11777ce9cbdf3deb35cd0b98ede3819f6 100644 (file)
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = eadc09197f2e22b527cbd0b5f4a59ebd
+$(DL_FILE)_BLAKE2 = 9de3bf59aa66ea926e6f2029050c33b3d40157c09f9485f775920687f544c6be27d54a7af5e25a7c9955af662d905b51bf273aed1f3b8aa70ed9d1c6a58b4e67
 
 install : $(TARGET)
 
@@ -48,10 +48,10 @@ check : $(patsubst %,$(DIR_CHK)/%,$(objects))
 
 download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
-md5 : $(subst %,%_MD5,$(objects))
+b2 : $(subst %,%_BLAKE2,$(objects))
 
 ###############################################################################
-# Downloading, checking, md5sum
+# Downloading, checking, b2sum
 ###############################################################################
 
 $(patsubst %,$(DIR_CHK)/%,$(objects)) :
@@ -60,8 +60,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) :
 $(patsubst %,$(DIR_DL)/%,$(objects)) :
        @$(LOAD)
 
-$(subst %,%_MD5,$(objects)) :
-       @$(MD5)
+$(subst %,%_BLAKE2,$(objects)) :
+       @$(B2SUM)
 
 ###############################################################################
 # Installation Details