diff options
author | Phil Sutter <phil@nwl.cc> | 2014-06-17 03:07:39 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-18 09:10:35 +0200 |
commit | 0d5977574bd73b1312f7c15dce0d027ccbf378ba (patch) | |
tree | 4a6aa8db790e8bf5e121302a76e04241ae45d0d4 /target/mips/systems | |
parent | cc0aa555d91ffa1e878e0a85badccdcad6173c7b (diff) |
add support for mikrotik rb4xx
Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'target/mips/systems')
-rw-r--r-- | target/mips/systems/mikrotik-rb4xx | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/target/mips/systems/mikrotik-rb4xx b/target/mips/systems/mikrotik-rb4xx new file mode 100644 index 000000000..41a901bb4 --- /dev/null +++ b/target/mips/systems/mikrotik-rb4xx @@ -0,0 +1,13 @@ +config ADK_TARGET_SYSTEM_MIKROTIK_RB4XX + bool "Mikrotik Routerboard 4xx" + select ADK_mips + select ADK_big + select ADK_mikrotik_rb4xx + select ADK_CPU_MIPS32 + select ADK_TARGET_WITH_MINIPCI + select ADK_TARGET_WITH_WATCHDOG + select ADK_TARGET_WITH_NAND + select ADK_TARGET_WITH_LEDS + help + Support for Mikrotik RB411/RB433/RB493g. + |