2
0
forked from Ivasoft/openwrt

ramips: add HAME MPR-A2 support

This patch adds support for HAME MPR-A2 router using a DTS file.
The platform is Ralink RT5350.
http://wiki.openwrt.org/toh/hame/mpr-a2

Signed-off-by: Dmitry Shmygov <shmygov@rambler.ru>

SVN-Revision: 36898
This commit is contained in:
John Crispin
2013-06-10 08:24:56 +00:00
parent 30786d2dd0
commit fc9532aeaa
11 changed files with 174 additions and 3 deletions

View File

@@ -94,6 +94,9 @@ case $board in
mofi3500-3gn)
set_usb_led "mofi3500-3gn:green:usb"
;;
mpr-a2)
set_wifi_led "mpr-a2:blue:system"
;;
mzk-w300nh2)
set_wifi_led "mzkw300nh2:amber:wlan"
;;

View File

@@ -172,6 +172,7 @@ ramips_setup_macs()
broadway | \
dir-620-d1 | \
f5d8235-v1 | \
mpr-a2 | \
mzk-w300nh2 | \
nw718 | \
psr-680w | \