aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/etc/diag.sh
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-10-06 04:52:07 +0000
committerJohn Crispin <blogic@openwrt.org>2014-10-06 04:52:07 +0000
commit5f9a01b40fb0006b63450e93945574f23440e5ac (patch)
treeb56ae92450971f27c937bb7b451a6c1a58c1a90c /target/linux/ramips/base-files/etc/diag.sh
parent9584e3b28b55637370ecacb06272872ffec140c9 (diff)
downloadmaster-187ad058-5f9a01b40fb0006b63450e93945574f23440e5ac.tar.gz
master-187ad058-5f9a01b40fb0006b63450e93945574f23440e5ac.tar.bz2
master-187ad058-5f9a01b40fb0006b63450e93945574f23440e5ac.zip
ramips: Support for RAMIPS based Tripmate HT-TM02 board
Provides support for the Tripmate HT-TM02 personal router including LEDs and reset button. “Mode” switch is not supported. New profile includes full set of packages required to enable LEDs, USB, and LUCI. Patches were applied against trunk snapshot r42649. Functionality has been tested in AP, basic wifi client, wifi router, and routed client modes - all good. Signed-off-by: Ron Curry <wingspinner@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42785 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files/etc/diag.sh')
-rwxr-xr-xtarget/linux/ramips/base-files/etc/diag.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh
index 9ad7ccbda1..9752eb22ec 100755
--- a/target/linux/ramips/base-files/etc/diag.sh
+++ b/target/linux/ramips/base-files/etc/diag.sh
@@ -63,6 +63,9 @@ get_status_led() {
hlk-rm04)
status_led="hlk-rm04:red:power"
;;
+ ht-tm02)
+ status_led="ht-tm02:white:status"
+ ;;
all0239-3g|\
hw550-3g)
status_led="hw550-3g:green:status"