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

@@ -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"
;;

View File

@@ -110,6 +110,7 @@ ramips_setup_interfaces()
;;
3g-6200n | \
ai-br100 | \
dir-610-a1 | \
dir-300-b7 | \
dir-320-b1 | \

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"
;;