]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/linux-firmware
linux-firmware: Drop hack to remove spaces in filenames
[people/pmueller/ipfire-2.x.git] / lfs / linux-firmware
index 0a11eef8c5dc9592084a576c1b6f0b70723f956b..f234dce62b05821af34f61a648f525ed888ddb55 100644 (file)
@@ -73,11 +73,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        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