[openwrt/openwrt] toolchain: binutils: update to 2.45.1
LEDE Commits
lede-commits at lists.infradead.org
Mon Nov 24 00:42:14 PST 2025
nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/adad973a9c341a3e9a7d943daad021b58a433e20
commit adad973a9c341a3e9a7d943daad021b58a433e20
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Sun Nov 23 10:40:12 2025 +0100
toolchain: binutils: update to 2.45.1
Release Notes:
- https://sourceware.org/pipermail/binutils/2025-November/145592.html
Signed-off-by: Nick Hainke <vincent at systemli.org>
---
toolchain/binutils/Config.version | 2 +-
toolchain/binutils/Makefile | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/toolchain/binutils/Config.version b/toolchain/binutils/Config.version
index 3464d130f9..b78565b003 100644
--- a/toolchain/binutils/Config.version
+++ b/toolchain/binutils/Config.version
@@ -17,4 +17,4 @@ config BINUTILS_VERSION
default "2.42" if BINUTILS_VERSION_2_42
default "2.43.1" if BINUTILS_VERSION_2_43
default "2.44" if BINUTILS_VERSION_2_44
- default "2.45" if BINUTILS_VERSION_2_45
+ default "2.45.1" if BINUTILS_VERSION_2_45
diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile
index 7077195e27..8eb2460d16 100644
--- a/toolchain/binutils/Makefile
+++ b/toolchain/binutils/Makefile
@@ -28,8 +28,8 @@ ifeq ($(PKG_VERSION),2.44)
PKG_HASH:=ce2017e059d63e67ddb9240e9d4ec49c2893605035cd60e92ad53177f4377237
endif
-ifeq ($(PKG_VERSION),2.45)
- PKG_HASH:=c50c0e7f9cb188980e2cc97e4537626b1672441815587f1eab69d2a1bfbef5d2
+ifeq ($(PKG_VERSION),2.45.1)
+ PKG_HASH:=5fe101e6fe9d18fdec95962d81ed670fdee5f37e3f48f0bef87bddf862513aa5
endif
HOST_BUILD_PARALLEL:=1
More information about the lede-commits
mailing list