diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-01-10 08:53:42 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-01-10 08:56:05 +0100 |
commit | 4621e576f39d424e1af597f060cdb945d4473c33 (patch) | |
tree | 71d12ea2687aec15cf3a6af880b02ac41312893c /target/config | |
parent | f362467ecb641c69d807c5cf6f165e50cc927650 (diff) |
mikrotik rb532 is mips32 not mips32r2
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.mips | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/config/Config.in.mips b/target/config/Config.in.mips index 20f020731..4a23e3cb1 100644 --- a/target/config/Config.in.mips +++ b/target/config/Config.in.mips @@ -3,7 +3,7 @@ choice ADK_TARGET_MIPS_CPU_ARCH prompt "ISA configuration" -depends on ADK_TARGET_ARCH_MIPS && !ADK_TARGET_TOOLCHAIN +depends on ADK_TARGET_ARCH_MIPS && ADK_TARGET_SYSTEM_QEMU_MIPS default ADK_CPU_MIPS_MIPS32R2 config ADK_CPU_MIPS_MIPS32R6 @@ -22,7 +22,7 @@ endchoice choice ADK_TARGET_MIPS64_CPU_ARCH prompt "ISA configuration" -depends on ADK_TARGET_ARCH_MIPS64 && !ADK_TARGET_TOOLCHAIN +depends on ADK_TARGET_ARCH_MIPS64 && ADK_TARGET_SYSTEM_QEMU_MIPS64 default ADK_CPU_MIPS_MIPS64R2 config ADK_CPU_MIPS_MIPS64R6 |