ramips: Add support for Microduino MicroWRT

MicroWRT is an wireless router with 2 USB,1 ethernet port. It
has a 16M flash and 64M DDR2 RAM. You can use most interface, such as
i2c, SPI, i2s and PCIe. Besides that there are three expansion borad to
combine with the core board. The detailed information, please refer to
https://www.microduino.cc/wiki/index.php?title=Main_Page

This patch adds support for it.
Because there is only one port,so disabled VLAN and use eth0 as lan
port. and only a power LED control by power pin.

Signed-off-by: 盛凯 <shengkai81@gmail.com>

SVN-Revision: 45331
This commit is contained in:
John Crispin
2015-04-09 10:32:37 +00:00
parent b757a9971a
commit b7f19a5b26
6 changed files with 124 additions and 0 deletions

View File

@@ -202,6 +202,9 @@ ramips_board_detect() {
*"Planex MZK-750DHP")
name="mzk-750dhp"
;;
*"Microduino MicroWRT")
name="microwrt"
;;
*"NBG-419N")
name="nbg-419n"
;;