diff options
author | thepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-03-29 19:56:46 +0000 |
---|---|---|
committer | thepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-03-29 19:56:46 +0000 |
commit | 4ea642dff9939bdfc96445f92020bd91fa1d8db3 (patch) | |
tree | 5b4ba71fb0b469a32444ccd9fbe9e22869f9f03c /toolchain | |
parent | 8acecec3078028d566151d6b43c4619c1cf72c81 (diff) |
Fix format of depends clause for avr32 Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10687 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/binutils/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in index 8fabf4c8c..1e21ecbb6 100644 --- a/toolchain/binutils/Config.in +++ b/toolchain/binutils/Config.in @@ -14,7 +14,7 @@ choice config BINUTILS_VERSION_2_18 bool "binutils 2.18" - depends !avr32 + depends !TARGET_avr32 endchoice |