From: Michael Tremer Date: Wed, 5 Mar 2025 18:54:58 +0000 (+0000) Subject: tools: linux-firmware no longer has "install-nodedup" X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=274354badf2e7c0238e8684e82d683b166fc86ae;p=people%2Fmfischer%2Fipfire-2.x.git tools: linux-firmware no longer has "install-nodedup" Signed-off-by: Michael Tremer --- diff --git a/tools/find-linux-firmware-changes b/tools/find-linux-firmware-changes index c432e4fcd..bcf9cabef 100755 --- a/tools/find-linux-firmware-changes +++ b/tools/find-linux-firmware-changes @@ -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