diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-06 04:41:51 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-06 04:41:51 +0100 |
commit | a0c2a2e287a501c1785f33376cdfbc032d616453 (patch) | |
tree | a21323ca05508475a36330e905ad9343ad91f545 /target/mips/systems | |
parent | 67ce693b29bff1ace9dda505155174fb8ce62297 (diff) |
add some basic untested dragino ms14s support
Diffstat (limited to 'target/mips/systems')
-rw-r--r-- | target/mips/systems/dragino-ms14s | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/mips/systems/dragino-ms14s b/target/mips/systems/dragino-ms14s new file mode 100644 index 000000000..6b1dd0368 --- /dev/null +++ b/target/mips/systems/dragino-ms14s @@ -0,0 +1,11 @@ +config ADK_TARGET_SYSTEM_DRAGINO_MS14S + bool "Dragino2 ms14-s" + select ADK_mips + select ADK_big + select ADK_dragino_ms14s + select ADK_CPU_MIPS32 + select ADK_TARGET_WITH_WATCHDOG + select ADK_TARGET_WITH_NAND + help + Support for Dragino2 ms14-s. + |