From: Hauke Mehrtens Date: Sat, 28 Feb 2026 19:43:11 +0000 (+0100) Subject: toolchain: binutils: fix update to 2.45.1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=525a1e94b343;p=thirdparty%2Fopenwrt.git toolchain: binutils: fix update to 2.45.1 Rename the patches folder too and also adapt the name in the toolchain menu. Without changing the patches folder name the patches are not applied. Fixes: adad973a9c34 ("toolchain: binutils: update to 2.45.1") Signed-off-by: Hauke Mehrtens --- diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in index 87a59d7c112..4e00556cf76 100644 --- a/toolchain/binutils/Config.in +++ b/toolchain/binutils/Config.in @@ -19,7 +19,7 @@ choice select BINUTILS_VERSION_2_44 config BINUTILS_USE_VERSION_2_45 - bool "Binutils 2.45" + bool "Binutils 2.45.1" select BINUTILS_VERSION_2_45 endchoice diff --git a/toolchain/binutils/patches/2.45/300-001_ld_makefile_patch.patch b/toolchain/binutils/patches/2.45.1/300-001_ld_makefile_patch.patch similarity index 100% rename from toolchain/binutils/patches/2.45/300-001_ld_makefile_patch.patch rename to toolchain/binutils/patches/2.45.1/300-001_ld_makefile_patch.patch diff --git a/toolchain/binutils/patches/2.45/400-mips_no_dynamic_linking_sym.patch b/toolchain/binutils/patches/2.45.1/400-mips_no_dynamic_linking_sym.patch similarity index 100% rename from toolchain/binutils/patches/2.45/400-mips_no_dynamic_linking_sym.patch rename to toolchain/binutils/patches/2.45.1/400-mips_no_dynamic_linking_sym.patch diff --git a/toolchain/binutils/patches/2.45/500-Change-default-emulation-for-mips64-linux.patch b/toolchain/binutils/patches/2.45.1/500-Change-default-emulation-for-mips64-linux.patch similarity index 100% rename from toolchain/binutils/patches/2.45/500-Change-default-emulation-for-mips64-linux.patch rename to toolchain/binutils/patches/2.45.1/500-Change-default-emulation-for-mips64-linux.patch