]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/linux-firmware
wget: Update to version 1.24.5
[people/pmueller/ipfire-2.x.git] / lfs / linux-firmware
index 0a11eef8c5dc9592084a576c1b6f0b70723f956b..7c53f2816421e21c5c0ab8352227feabf6aafa44 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 20221214
+VER        = 20231030
 
 THISAPP    = linux-firmware-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 8e0b1ba65ef4b1e54f4d035e5d4e2b48d62516d65d8d8e8c8ab2e3e1c93fcf3f1a6eb8bb5cdabaae9fecae981e6d10417e11c87b9cb734f760472b7b83c8cb04
+$(DL_FILE)_BLAKE2 = cf9430012c1e9007da633aba7440918b0aeb6a2845ebe39adad2a5e02e4b83df1014733a9797f81084b5179cb239b11b5fc020f582993a7badd0a22cdb289d7f
 
 install : $(TARGET)
 
@@ -70,14 +70,10 @@ $(subst %,%_BLAKE2,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
+
        mkdir -p /lib/firmware
        cd $(DIR_APP) && make install
 
-       # Remove any spaces in filenames
-       while read -r file; do \
-               mv "$${file}" "$${file// /_}" || exit 1; \
-       done < <(find /lib/firmware -name "* *")
-
        # Hardlink any identical files
        hardlink -c -vv /lib/firmware