summaryrefslogtreecommitdiff
path: root/target/linux/ramips/base-files/etc/board.d/01_leds
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-11-02 10:17:51 +0000
committerJohn Crispin <john@openwrt.org>2015-11-02 10:17:51 +0000
commit3760b95702b65de9d6d0f6a1029a654e3b11f72f (patch)
tree1d49305c616b895704867656e7327df82289d96b /target/linux/ramips/base-files/etc/board.d/01_leds
parent83693c911a3c4788d44815c6c61cd6f7be6542d5 (diff)
downloadmtk-20170518-3760b95702b65de9d6d0f6a1029a654e3b11f72f.zip
mtk-20170518-3760b95702b65de9d6d0f6a1029a654e3b11f72f.tar.gz
mtk-20170518-3760b95702b65de9d6d0f6a1029a654e3b11f72f.tar.bz2
ramips: add support for Dovado tiny AC
Add support for Dovado tiny AC wifi router. Soc: mt7620a ram: 64MB flash: 8MB 1x usb 2.0 two gigabit lan ports 5ghz wlan is not supported on this board since there is no gpl driverfor mt7610e wifi chip. Signed-off-by: Andrej Vlasic <andrej.vlasic0@gmail.com> SVN-Revision: 47348
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 c75a993..5627c8c 100755
--- a/target/linux/ramips/base-files/etc/board.d/01_leds
+++ b/target/linux/ramips/base-files/etc/board.d/01_leds
@@ -222,6 +222,10 @@ rt-n14u)
set_wifi_led "$board:blue:air"
set_usb_led "$board:blue:usb"
;;
+tiny-ac)
+ set_wifi_led "$board:orange:wifi"
+ set_usb_led "$board:green:usb"
+ ;;
vocore)
ucidef_set_led_netdev "eth" "ETH" "$board:orange:eth" "eth0"
set_wifi_led "$board:green:status"