diff options
author | John Crispin <john@openwrt.org> | 2014-06-02 14:56:35 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-06-02 14:56:35 +0000 |
commit | 8a3c713c971fa83a6f2c373d87b4aedbbe760e86 (patch) | |
tree | f990568451f3d6766164f8f4058898620cd86767 /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | 05b73eb22fb5e094050c8b5388ee3c4859e8f1df (diff) | |
download | upstream-8a3c713c971fa83a6f2c373d87b4aedbbe760e86.tar.gz upstream-8a3c713c971fa83a6f2c373d87b4aedbbe760e86.tar.bz2 upstream-8a3c713c971fa83a6f2c373d87b4aedbbe760e86.zip |
ar71xx: add user-space support for HiWiFi HC6361 board.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
SVN-Revision: 40974
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/diag.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/diag.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index d555c5b603..80f9090b1a 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -65,6 +65,9 @@ get_status_led() { eap7660d) status_led="eap7660d:green:ds4" ;; + hiwifi-hc6361) + status_led="hiwifi:blue:system" + ;; hornet-ub) status_led="alfa:blue:wps" ;; |