From b937cbf1aed0f2af2637e00616c0bca8481a3370 Mon Sep 17 00:00:00 2001 From: jow Date: Sun, 2 Dec 2012 11:27:23 +0000 Subject: [PATCH] toolchain: remove duplicate default in bintutils Kconfig git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34436 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- toolchain/binutils/Config.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in index 414b1d905a..8c90597091 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. -- 2.11.0