2
0
forked from Ivasoft/openwrt

ramips:Add support for Aigale Ai-BR100

Aigale Ai-BR100 is a router with mt7620a soc.
There are only 2 lights on the board (WAN and WLAN) so I used the wlan light as the status led.

Signed-off-by: 郭传鈜 <gch981213@gmail.com>

SVN-Revision: 43681
This commit is contained in:
John Crispin
2014-12-13 08:07:03 +00:00
parent aa697f1313
commit 263070a2e7
8 changed files with 137 additions and 0 deletions

View File

@@ -12,6 +12,9 @@ get_status_led() {
3g300m | w150m)
status_led="tenda:blue:ap"
;;
ai-br100)
status_led="aigale:blue:wlan"
;;
ar670w)
status_led="ar670w:green:power"
;;