binutils: fix name of Binutils 2.25.1
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 15 Sep 2015 21:58:48 +0000 (21:58 +0000)
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 15 Sep 2015 21:58:48 +0000 (21:58 +0000)
The Binutils version 2.25.1 was not a Linaro version, but a normal
upstream Binutils version, fix the name.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Reported-by: Alexey Brodkin <Alexey.Brodkin@synopsys.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46946 3c298f89-4303-0410-b956-a3cf2f4a3e73

toolchain/binutils/Config.in

index 31b043f..27b2ffa 100644 (file)
@@ -10,7 +10,7 @@ choice
                bool "Linaro binutils 2.24"
 
        config BINUTILS_VERSION_2_25_1
-               bool "Linaro binutils 2.25.1"
+               bool "Binutils 2.25.1"
 
 endchoice