Author: hauke Date: 2015-09-15 23:58:48 +0200 (Tue, 15 Sep 2015) New Revision: 46946
Modified: trunk/toolchain/binutils/Config.in Log: binutils: fix name of Binutils 2.25.1 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 <[email protected]> Reported-by: Alexey Brodkin <[email protected]> Modified: trunk/toolchain/binutils/Config.in =================================================================== --- trunk/toolchain/binutils/Config.in 2015-09-15 16:05:10 UTC (rev 46945) +++ trunk/toolchain/binutils/Config.in 2015-09-15 21:58:48 UTC (rev 46946) @@ -10,7 +10,7 @@ bool "Linaro binutils 2.24" config BINUTILS_VERSION_2_25_1 - bool "Linaro binutils 2.25.1" + bool "Binutils 2.25.1" endchoice _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
