From: Shiji Yang Date: Fri, 26 Jun 2026 16:56:02 +0000 (+0800) Subject: toolchain: binutils: fix default version selection X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F23952%2Fhead;p=thirdparty%2Fopenwrt.git toolchain: binutils: fix default version selection Fixes: 82f26df15c56 ("toolchain: binutils: change default to 2.46") Signed-off-by: Shiji Yang Link: https://github.com/openwrt/openwrt/pull/23952 Signed-off-by: Jonas Jelonek --- diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in index 7cad4d6c06a..29ae2e4aa81 100644 --- a/toolchain/binutils/Config.in +++ b/toolchain/binutils/Config.in @@ -2,7 +2,7 @@ choice prompt "Binutils Version" if TOOLCHAINOPTS - default BINUTILS_USE_VERSION_2_44 + default BINUTILS_USE_VERSION_2_46 help Select the version of binutils you wish to use.