diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-23 19:10:02 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-23 19:10:02 +0200 |
commit | b90bae1426b9b11a1e9f1e21de8a9e97ad6ab6ee (patch) | |
tree | ef7147ef2fe9008995b1e60aca26f3b22603aa8b /target/config | |
parent | 910ee3f081d229f4439aa2bdbb3553b61cc116cd (diff) |
rb532 fixes
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.endian.choice | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in.endian.choice b/target/config/Config.in.endian.choice index 2ad269525..303d117c6 100644 --- a/target/config/Config.in.endian.choice +++ b/target/config/Config.in.endian.choice @@ -5,6 +5,7 @@ choice ADK_TARGET_ENDIAN_MODE prompt "Target Endianess" depends on !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_SYSTEM depends on ADK_LINUX_SH || ADK_LINUX_MIPS || ADK_LINUX_MICROBLAZE || ADK_LINUX_MIPS64 +depends on !ADK_TARGET_SYSTEM_MIKROTIK_RB532 config ADK_TARGET_LITTLE_ENDIAN boolean "Little endian" |