summaryrefslogtreecommitdiff
path: root/target/mips/systems
diff options
context:
space:
mode:
Diffstat (limited to 'target/mips/systems')
-rw-r--r--target/mips/systems/dragino-ms14s2
-rw-r--r--target/mips/systems/mikrotik-rb4xx2
-rw-r--r--target/mips/systems/mikrotik-rb5322
3 files changed, 3 insertions, 3 deletions
diff --git a/target/mips/systems/dragino-ms14s b/target/mips/systems/dragino-ms14s
index d46bee961..d96d37fe0 100644
--- a/target/mips/systems/dragino-ms14s
+++ b/target/mips/systems/dragino-ms14s
@@ -1,8 +1,8 @@
config ADK_TARGET_SYSTEM_DRAGINO_MS14S
bool "Dragino2 ms14-s"
select ADK_mips
- select ADK_big
select ADK_dragino_ms14s
+ select ADK_TARGET_BIG_ENDIAN
select ADK_CPU_MIPS32
select ADK_TARGET_WITH_WATCHDOG
select ADK_TARGET_WITH_NAND
diff --git a/target/mips/systems/mikrotik-rb4xx b/target/mips/systems/mikrotik-rb4xx
index acb427c1b..d5ca50a63 100644
--- a/target/mips/systems/mikrotik-rb4xx
+++ b/target/mips/systems/mikrotik-rb4xx
@@ -1,8 +1,8 @@
config ADK_TARGET_SYSTEM_MIKROTIK_RB4XX
bool "Mikrotik Routerboard 4xx"
select ADK_mips
- select ADK_big
select ADK_mikrotik_rb4xx
+ select ADK_TARGET_BIG_ENDIAN
select ADK_CPU_MIPS32
select ADK_TARGET_WITH_MINIPCI
select ADK_TARGET_WITH_SERIAL
diff --git a/target/mips/systems/mikrotik-rb532 b/target/mips/systems/mikrotik-rb532
index 3edda2d36..f78c5c518 100644
--- a/target/mips/systems/mikrotik-rb532
+++ b/target/mips/systems/mikrotik-rb532
@@ -1,8 +1,8 @@
config ADK_TARGET_SYSTEM_MIKROTIK_RB532
bool "Mikrotik Routerboard 532"
select ADK_mips
- select ADK_little
select ADK_mikrotik_rb532
+ select ADK_TARGET_LITTLE_ENDIAN
select ADK_CPU_MIPS32
select ADK_TARGET_WITH_SERIAL
select ADK_TARGET_WITH_MINIPCI