1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-20 07:38:28 +02:00

Fix format of depends clause for avr32 Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

SVN-Revision: 10687
This commit is contained in:
Travis Kemen 2008-03-29 19:56:46 +00:00
parent 6bfbf6a5af
commit 8edd4a509e

View File

@ -14,7 +14,7 @@ choice
config BINUTILS_VERSION_2_18
bool "binutils 2.18"
depends !avr32
depends !TARGET_avr32
endchoice