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:
@@ -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"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user