summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-12-02 11:27:23 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-12-02 11:27:23 +0000
commitb937cbf1aed0f2af2637e00616c0bca8481a3370 (patch)
tree127cc4844381bfe5847017744ae42a0453a86311
parent1037c8bce19e53efdacb627bf5d94ed2943523aa (diff)
toolchain: remove duplicate default in bintutils Kconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34436 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--toolchain/binutils/Config.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in
index 414b1d905..8c9059709 100644
--- a/toolchain/binutils/Config.in
+++ b/toolchain/binutils/Config.in
@@ -2,9 +2,8 @@
choice
prompt "Binutils Version" if TOOLCHAINOPTS
- default BINUTILS_VERSION_2_19_1
default BINUTILS_VERSION_2_20_1 if avr32
- default BINUTILS_VERSION_2_22
+ default BINUTILS_VERSION_2_22 if !avr32
help
Select the version of binutils you wish to use.