diff options
Diffstat (limited to 'target/mips/systems/dragino-ms14s')
-rw-r--r-- | target/mips/systems/dragino-ms14s | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/mips/systems/dragino-ms14s b/target/mips/systems/dragino-ms14s index 5a91b3897..a80e27769 100644 --- a/target/mips/systems/dragino-ms14s +++ b/target/mips/systems/dragino-ms14s @@ -1,7 +1,6 @@ config ADK_TARGET_SYSTEM_DRAGINO_MS14S bool "Dragino2 ms14-s" - depends on ADK_EXPERIMENTAL - depends on ADK_TARGET_BIG_ENDIAN + select ADK_TARGET_BIG_ENDIAN select ADK_TARGET_CPU_MIPS_MIPS32 select ADK_TARGET_BOARD_ATH79 select ADK_TARGET_WITH_WATCHDOG |