1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-19 23:28:29 +02:00

only enable binutils 2.21 for avr32 if BROKEN is selected

SVN-Revision: 25572
This commit is contained in:
Imre Kaloz 2011-02-18 13:48:42 +00:00
parent aca90e900a
commit cc880f6736

View File

@ -16,6 +16,7 @@ choice
config BINUTILS_VERSION_2_21
depends !ubicom32
depends !avr32 || (avr32 && BROKEN)
bool "binutils 2.21"
config BINUTILS_VERSION_CS