diff options
author | John Crispin <john@openwrt.org> | 2014-07-12 06:54:03 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-07-12 06:54:03 +0000 |
commit | ba3988fb16c1392c41e4710474fc5df1f1f92a83 (patch) | |
tree | 630a1aa28036bf3e9a133317d5c292974189d52d /target/linux/ramips/base-files/etc/diag.sh | |
parent | 91e2f1e9a681d7cdfbbe0e21142a68cbabe06b9f (diff) | |
download | upstream-ba3988fb16c1392c41e4710474fc5df1f1f92a83.tar.gz upstream-ba3988fb16c1392c41e4710474fc5df1f1f92a83.tar.bz2 upstream-ba3988fb16c1392c41e4710474fc5df1f1f92a83.zip |
ramips: add support for WR8305RT board
Signed-off-by: Jorge Vargas <jorge.vargas@sosvia.com>
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41584
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 14d630edcf..908547e50e 100755 --- a/target/linux/ramips/base-files/etc/diag.sh +++ b/target/linux/ramips/base-files/etc/diag.sh @@ -152,6 +152,9 @@ get_status_led() { wr512-3gn) status_led="wr512:green:wps" ;; + wr8305rt) + status_led="wr8305rt:sys" + ;; wnce2001) status_led="netgear:green:power" ;; |