From 279ad9292328155d31690459894b8570d8b7ce8a Mon Sep 17 00:00:00 2001 From: Konstantin Demin Date: Wed, 17 Jun 2026 03:27:03 +0300 Subject: [PATCH] toolchain: binutils: partially revert commit 525a1e94b343 "fix update to 2.45.1" Commit eac927fadf07 "toolchain: binutils: simplify patch management" being applied after commit 525a1e94b343 "toolchain: binutils: fix update to 2.45.1" effectively disables patching binutils 2.45.1 in OpenWrt. Fixes: 525a1e94b343 "toolchain: binutils: fix update to 2.45.1" Signed-off-by: Konstantin Demin Link: https://github.com/openwrt/openwrt/pull/23773 Signed-off-by: Jonas Jelonek --- .../patches/{2.45.1 => 2.45}/300-001_ld_makefile_patch.patch | 0 .../{2.45.1 => 2.45}/400-mips_no_dynamic_linking_sym.patch | 0 .../500-Change-default-emulation-for-mips64-linux.patch | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename toolchain/binutils/patches/{2.45.1 => 2.45}/300-001_ld_makefile_patch.patch (100%) rename toolchain/binutils/patches/{2.45.1 => 2.45}/400-mips_no_dynamic_linking_sym.patch (100%) rename toolchain/binutils/patches/{2.45.1 => 2.45}/500-Change-default-emulation-for-mips64-linux.patch (100%) diff --git a/toolchain/binutils/patches/2.45.1/300-001_ld_makefile_patch.patch b/toolchain/binutils/patches/2.45/300-001_ld_makefile_patch.patch similarity index 100% rename from toolchain/binutils/patches/2.45.1/300-001_ld_makefile_patch.patch rename to toolchain/binutils/patches/2.45/300-001_ld_makefile_patch.patch diff --git a/toolchain/binutils/patches/2.45.1/400-mips_no_dynamic_linking_sym.patch b/toolchain/binutils/patches/2.45/400-mips_no_dynamic_linking_sym.patch similarity index 100% rename from toolchain/binutils/patches/2.45.1/400-mips_no_dynamic_linking_sym.patch rename to toolchain/binutils/patches/2.45/400-mips_no_dynamic_linking_sym.patch diff --git a/toolchain/binutils/patches/2.45.1/500-Change-default-emulation-for-mips64-linux.patch b/toolchain/binutils/patches/2.45/500-Change-default-emulation-for-mips64-linux.patch similarity index 100% rename from toolchain/binutils/patches/2.45.1/500-Change-default-emulation-for-mips64-linux.patch rename to toolchain/binutils/patches/2.45/500-Change-default-emulation-for-mips64-linux.patch -- 2.47.3