diff options
author | John Crispin <john@openwrt.org> | 2014-01-12 12:07:40 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-01-12 12:07:40 +0000 |
commit | 3a64ddd0a18efe3c8fbf65579dca58672bf04fb1 (patch) | |
tree | a66a25850d99aab74b4096857a96b2cabfb6bbc5 /target/linux/ramips/base-files/etc/diag.sh | |
parent | aa2be01076ad95910548baf5c45dd6fe217ce485 (diff) | |
download | upstream-3a64ddd0a18efe3c8fbf65579dca58672bf04fb1.tar.gz upstream-3a64ddd0a18efe3c8fbf65579dca58672bf04fb1.tar.bz2 upstream-3a64ddd0a18efe3c8fbf65579dca58672bf04fb1.zip |
ralink: add HLK-RM04 support
https://github.com/JiapengLi/OpenWrt-HiLink-HLK-RM04
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39237
Diffstat (limited to 'target/linux/ramips/base-files/etc/diag.sh')
-rwxr-xr-x | target/linux/ramips/base-files/etc/diag.sh | 3 |
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 a236fdf921..1d8bef1603 100755 --- a/target/linux/ramips/base-files/etc/diag.sh +++ b/target/linux/ramips/base-files/etc/diag.sh @@ -51,6 +51,9 @@ get_status_led() { rt-n13u) status_led="rt-n13u:power" ;; + hlk-rm04) + status_led="hlk-rm04:red:power" + ;; all0239-3g|\ hw550-3g) status_led="hw550-3g:green:status" |