mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-06 18:19:29 -05:00
enable 2.22 for unsupported archs if BROKEN is enabled
SVN-Revision: 30471
This commit is contained in:
@@ -27,8 +27,8 @@ choice
|
||||
bool "binutils 2.21.1"
|
||||
|
||||
config BINUTILS_VERSION_2_22
|
||||
depends !ubicom32
|
||||
depends !avr32
|
||||
depends !ubicom32 || (ubicom32 && BROKEN)
|
||||
depends !avr32 || (avr32 && BROKEN)
|
||||
bool "binutils 2.22"
|
||||
|
||||
endchoice
|
||||
|
||||
Reference in New Issue
Block a user