summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/etc/board.d/01_leds
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-12-13 08:07:03 +0000
committerJohn Crispin <john@openwrt.org>2014-12-13 08:07:03 +0000
commit263070a2e72dbb85ed16d286a22fc3ce422580e5 (patch)
treed4120f45393fcec2462a5803eff7d8433c9bb392 /target/linux/ramips/base-files/etc/board.d/01_leds
parentaa697f1313f2fe1b7a6c1f52603b45016c8c1806 (diff)
downloadmaster-31e0f0ae-263070a2e72dbb85ed16d286a22fc3ce422580e5.tar.gz
master-31e0f0ae-263070a2e72dbb85ed16d286a22fc3ce422580e5.tar.bz2
master-31e0f0ae-263070a2e72dbb85ed16d286a22fc3ce422580e5.zip
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
Diffstat (limited to 'target/linux/ramips/base-files/etc/board.d/01_leds')
-rwxr-xr-xtarget/linux/ramips/base-files/etc/board.d/01_leds4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/etc/board.d/01_leds b/target/linux/ramips/base-files/etc/board.d/01_leds
index bd8c779660..9c49c5cda5 100755
--- a/target/linux/ramips/base-files/etc/board.d/01_leds
+++ b/target/linux/ramips/base-files/etc/board.d/01_leds
@@ -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"
;;