From 0d5977574bd73b1312f7c15dce0d027ccbf378ba Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Tue, 17 Jun 2014 03:07:39 +0200 Subject: add support for mikrotik rb4xx Signed-off-by: Phil Sutter --- target/mips/systems/mikrotik-rb4xx | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 target/mips/systems/mikrotik-rb4xx (limited to 'target/mips/systems') 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. + -- cgit v1.2.3