]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
tools: linux-firmware no longer has "install-nodedup"
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 5 Mar 2025 18:54:58 +0000 (18:54 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 5 Mar 2025 18:54:58 +0000 (18:54 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
tools/find-linux-firmware-changes

index c432e4fcd424014efe58dfeee28e84609defacbc..bcf9cabef9a5cfd9177327624cab5c7111ef23fb 100755 (executable)
@@ -22,17 +22,8 @@ download() {
        # Install
        pushd "linux-firmware-${version}" &>/dev/null
 
-       case "${version}" in
-               2023*)
-                       target="install"
-                       ;;
-               *)
-                       target="install-nodedup"
-                       ;;
-       esac
-
        # Install to a new directory
-       if ! make "${target}" DESTDIR="${install}"; then
+       if ! make install DESTDIR="${install}"; then
                echo "${0}: Could not install ${version}" >&2
                popd &>/dev/null
                return 1