diff options
author | Travis Kemen <thepeople@openwrt.org> | 2008-03-29 19:56:46 +0000 |
---|---|---|
committer | Travis Kemen <thepeople@openwrt.org> | 2008-03-29 19:56:46 +0000 |
commit | e1a89cf4d4c766c78d0e768c7f8c2025f3ea3d32 (patch) | |
tree | 5b4ba71fb0b469a32444ccd9fbe9e22869f9f03c /toolchain/binutils/Config.in | |
parent | 3e0206c72f0a74b5e58d0a5d2a986de0bc10e53e (diff) | |
download | upstream-e1a89cf4d4c766c78d0e768c7f8c2025f3ea3d32.tar.gz upstream-e1a89cf4d4c766c78d0e768c7f8c2025f3ea3d32.tar.bz2 upstream-e1a89cf4d4c766c78d0e768c7f8c2025f3ea3d32.zip |
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/binutils/Config.in')
-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 8fabf4c8c6..1e21ecbb69 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 |