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:
@@ -27,6 +27,10 @@ case $board in
|
||||
3g300m)
|
||||
set_usb_led "tenda:blue:3g"
|
||||
;;
|
||||
ai-br100)
|
||||
ucidef_set_led_netdev "wan" "wan" "aigale:blue:wan" "eth0.2"
|
||||
set_wifi_led "aigale:blue:wlan"
|
||||
;;
|
||||
a5-v11)
|
||||
ucidef_set_led_default "power" "POWER" "a5-v11:red:power" "1"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user