diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-26 22:44:14 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-26 22:44:14 +0200 |
commit | 82fe4e6759930f69f6ae08cf85f74ae233c6bab9 (patch) | |
tree | e53b9cefb3bf2fcd778b5074cbc77006326b7726 /target/config | |
parent | c7329ac035d6f4699caa2d7d332cef7b688f19a4 (diff) | |
parent | c4ef12b64426763670dcae46219b766ba2f490cd (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in b/target/config/Config.in index 4082b9049..3a2524547 100644 --- a/target/config/Config.in +++ b/target/config/Config.in @@ -17,7 +17,7 @@ source "target/config/Config.in.system" choice prompt "Target Endianess" -depends on ADK_LINUX_ARM || ADK_LINUX_MIPS && ADK_TOOLCHAIN_ONLY +depends on (ADK_LINUX_ARM || ADK_LINUX_MIPS) && ADK_TOOLCHAIN_ONLY config ADK_ENDIAN boolean "Choose target endianess" |