forked from Ivasoft/openwrt
ramips: add MPR-A1 support
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37568
This commit is contained in:
@@ -55,6 +55,9 @@ get_status_led() {
|
||||
mofi3500-3gn)
|
||||
status_led="mofi3500-3gn:green:status"
|
||||
;;
|
||||
mpr-a1)
|
||||
status_led="mpr-a1:red:power"
|
||||
;;
|
||||
mpr-a2)
|
||||
status_led="mpr-a2:red:power"
|
||||
;;
|
||||
|
||||
@@ -78,6 +78,7 @@ case "$FIRMWARE" in
|
||||
freestation5 | \
|
||||
hw550-3g | \
|
||||
mofi3500-3gn | \
|
||||
mpr-a1 | \
|
||||
mpr-a2 | \
|
||||
pwh2004 | \
|
||||
nbg-419n | \
|
||||
|
||||
@@ -94,6 +94,9 @@ case $board in
|
||||
mofi3500-3gn)
|
||||
set_usb_led "mofi3500-3gn:green:usb"
|
||||
;;
|
||||
mpr-a1)
|
||||
set_wifi_led "mpr-a1:blue:system"
|
||||
;;
|
||||
mpr-a2)
|
||||
set_wifi_led "mpr-a2:blue:system"
|
||||
;;
|
||||
|
||||
@@ -173,6 +173,7 @@ ramips_setup_macs()
|
||||
broadway | \
|
||||
dir-620-d1 | \
|
||||
f5d8235-v1 | \
|
||||
mpr-a1 | \
|
||||
mpr-a2 | \
|
||||
mzk-w300nh2 | \
|
||||
nw718 | \
|
||||
|
||||
Reference in New Issue
Block a user