diff options
author | John Crispin <john@openwrt.org> | 2013-10-28 06:47:31 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-10-28 06:47:31 +0000 |
commit | 43de7c1cfa8b6afd15c226676ec64a0fa765fc6b (patch) | |
tree | 55af94ead357c09c685a54f5580a9c2c7dafa010 /target/linux/ramips/base-files/etc/diag.sh | |
parent | c81c814d6a823aa0859200208fb4478428faffe2 (diff) | |
download | upstream-43de7c1cfa8b6afd15c226676ec64a0fa765fc6b.tar.gz upstream-43de7c1cfa8b6afd15c226676ec64a0fa765fc6b.tar.bz2 upstream-43de7c1cfa8b6afd15c226676ec64a0fa765fc6b.zip |
ralink: add support for 2 new mt7620 boards made by buffalo
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38550
Diffstat (limited to 'target/linux/ramips/base-files/etc/diag.sh')
-rwxr-xr-x | target/linux/ramips/base-files/etc/diag.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh index bfe53e1d9e..c6e6004245 100755 --- a/target/linux/ramips/base-files/etc/diag.sh +++ b/target/linux/ramips/base-files/etc/diag.sh @@ -120,6 +120,12 @@ get_status_led() { whr-g300n) status_led="whr-g300n:green:router" ;; + whr-300hp2) + status_led="buffalo:green:status" + ;; + whr-600d) + status_led="buffalo:green:status" + ;; wli-tx4-ag300n) status_led="buffalo:blue:power" ;; |