2
0
forked from Ivasoft/openwrt

ramips: add support for Planex MZK-EX300NP

MZK-EX300NP is MT7620A based wifi repeater.
Built-in power supply.
64MiB RAM, 8MiB SPI Flash, non Wired Ethernet.

Signed-off-by: YuheiOKAWA <tochiro.srchack@gmail.com>

SVN-Revision: 49235
This commit is contained in:
John Crispin
2016-04-26 11:43:06 +00:00
parent e55d86ef32
commit 279eeeb744
8 changed files with 153 additions and 1 deletions

View File

@@ -119,7 +119,8 @@ dir-615-h1)
ucidef_set_led_default "status" "Status LED (amber)" "$board:amber:status" "0"
set_wifi_led "rt2800pci-phy0::radio"
;;
dir-620-d1)
dir-620-d1|\
mzk-ex300np)
set_wifi_led "$board:green:wifi"
;;
dir-810l|\

View File

@@ -163,6 +163,7 @@ ramips_setup_interfaces()
cs-qr10|\
d105|\
hpm|\
mzk-ex300np|\
na930|\
wli-tx4-ag300n|\
wrh-300cr)

View File

@@ -155,6 +155,7 @@ get_status_led() {
whr-600d)
status_led="$board:orange:wifi"
;;
mzk-ex300np|\
rt-n10-plus|\
tew-691gr|\
tew-692gr|\