1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 11:39:26 +03:00

[toolchain/binutils/2.21]: only enable binutils 2.21 for avr32 if BROKEN is selected

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25572 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
kaloz 2011-02-18 13:48:42 +00:00
parent eaa00c0f99
commit a1f989fd1a

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