From 1637363e95163a4643ffa285a38f9e6fc8b25b8f Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Tue, 30 Sep 2014 21:36:17 +0000
Subject: [PATCH] binutils: select linaro 2.24 version by default

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 42705
---
 toolchain/binutils/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in
index 9ebf52ddde..041441d4c2 100644
--- a/toolchain/binutils/Config.in
+++ b/toolchain/binutils/Config.in
@@ -3,7 +3,7 @@
 choice
 	prompt "Binutils Version" if TOOLCHAINOPTS
 	default BINUTILS_VERSION_2_20_1 if avr32
-	default BINUTILS_VERSION_2_22 if !avr32
+	default BINUTILS_VERSION_LINARO if !avr32
 	help
 	  Select the version of binutils you wish to use.
 
-- 
GitLab