From: Jonas Jelonek Date: Sun, 21 Jun 2026 21:05:51 +0000 (+0000) Subject: toolchain: binutils: change default to 2.46 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F23925%2Fhead;p=thirdparty%2Fopenwrt.git toolchain: binutils: change default to 2.46 Change default to latest upstream release. Link: https://github.com/openwrt/openwrt/pull/23907 Signed-off-by: Jonas Jelonek --- diff --git a/toolchain/binutils/Config.version b/toolchain/binutils/Config.version index c706c5a1115..ca38e8c07e8 100644 --- a/toolchain/binutils/Config.version +++ b/toolchain/binutils/Config.version @@ -1,12 +1,12 @@ config BINUTILS_VERSION_2_44 - default y if !TOOLCHAINOPTS bool config BINUTILS_VERSION_2_45 bool config BINUTILS_VERSION_2_46 + default y if !TOOLCHAINOPTS bool config BINUTILS_VERSION