diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-12-02 11:27:23 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-12-02 11:27:23 +0000 |
commit | 187d283f6d4b5eb76e598f40b75287a768291b28 (patch) | |
tree | 127cc4844381bfe5847017744ae42a0453a86311 /toolchain | |
parent | edb46bb4341c9e86c34b187cf65e9dc9206834e7 (diff) | |
download | upstream-187d283f6d4b5eb76e598f40b75287a768291b28.tar.gz upstream-187d283f6d4b5eb76e598f40b75287a768291b28.tar.bz2 upstream-187d283f6d4b5eb76e598f40b75287a768291b28.zip |
toolchain: remove duplicate default in bintutils Kconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34436 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/binutils/Config.in | 3 |
1 files changed, 1 insertions, 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. |