projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4801705
)
toolchain: remove duplicate default in bintutils Kconfig
author
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 2 Dec 2012 11:27:23 +0000
(11:27 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 2 Dec 2012 11:27:23 +0000
(11:27 +0000)
SVN-Revision: 34436
toolchain/binutils/Config.in
patch
|
blob
|
history
diff --git
a/toolchain/binutils/Config.in
b/toolchain/binutils/Config.in
index 414b1d905a412c47009e79d1ecdcd29c1b9255cf..8c90597091527b729f185d22c27b9c5ec589aadd 100644
(file)
--- 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.