]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
toolchain: binutils: fix default version selection 23952/head
authorShiji Yang <yangshiji66@outlook.com>
Fri, 26 Jun 2026 16:56:02 +0000 (00:56 +0800)
committerJonas Jelonek <jelonek.jonas@gmail.com>
Fri, 26 Jun 2026 17:04:24 +0000 (19:04 +0200)
Fixes: 82f26df15c56 ("toolchain: binutils: change default to 2.46")
Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/23952
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
toolchain/binutils/Config.in

index 7cad4d6c06a4f114ffe3cf818e69c4f8cd011418..29ae2e4aa810f33178268e63b17a3afcad501fc4 100644 (file)
@@ -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.