diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-01-09 09:07:35 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-01-09 09:07:44 +0100 |
commit | 30bf7288070984e784dbef3f5511dada97102099 (patch) | |
tree | f13140b00bfe27c778b69b9046701500fa8d8496 /target/mips | |
parent | 72592dc62c0de0c4c55b889e1a2e2958ceae23d6 (diff) |
fix openjdk8 build for rb532
Diffstat (limited to 'target/mips')
-rw-r--r-- | target/mips/systems/mikrotik-rb532 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/mips/systems/mikrotik-rb532 b/target/mips/systems/mikrotik-rb532 index 62785260d..d15a37908 100644 --- a/target/mips/systems/mikrotik-rb532 +++ b/target/mips/systems/mikrotik-rb532 @@ -1,6 +1,6 @@ config ADK_TARGET_SYSTEM_MIKROTIK_RB532 bool "Mikrotik Routerboard 532" - select ADK_CPU_MIPS32 + select ADK_CPU_MIPS32R2 select ADK_TARGET_LITTLE_ENDIAN select ADK_TARGET_WITH_SERIAL select ADK_TARGET_WITH_MINIPCI |