diff options
author | John Crispin <john@openwrt.org> | 2012-07-24 20:38:43 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-07-24 20:38:43 +0000 |
commit | 799d6deab07bb0412b5f18c1c35a21183c9dbd87 (patch) | |
tree | eff79339c492e86022358fe0c8e09595bbf55277 /target/linux/ramips/base-files/etc/diag.sh | |
parent | b891eec7001663f8ec4ca4a141ad31ea78163350 (diff) | |
download | upstream-799d6deab07bb0412b5f18c1c35a21183c9dbd87.tar.gz upstream-799d6deab07bb0412b5f18c1c35a21183c9dbd87.tar.bz2 upstream-799d6deab07bb0412b5f18c1c35a21183c9dbd87.zip |
D-Link DAP-1350 initial support
The initial support for the D-Link DAP-1350.
USB related functionality is not tested.
Signed-off-by: Yoichi Shinoda <shinoda@jaist.ac.jp>
SVN-Revision: 32821
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 68aa0ee863..c1f594989c 100755 --- a/target/linux/ramips/base-files/etc/diag.sh +++ b/target/linux/ramips/base-files/etc/diag.sh @@ -39,6 +39,9 @@ get_status_led() { dir-300-b1 | dir-600-b1 | dir-600-b2) status_led="d-link:green:status" ;; + dap-1350) + status_led="d-link:blue:power" + ;; esr-9753) status_led="esr-9753:orange:power" ;; |