diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-01-29 22:50:54 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-01-29 22:50:54 +0000 |
commit | 2a5193308f1958dae011960fcfdf20cd1c4c2e0e (patch) | |
tree | 75062af836bbbfd44552dd6f4d038b798b56f9ca /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | 800da21cb1b554ee66e0cafd9e946401b62b9105 (diff) | |
download | mtk-20170518-2a5193308f1958dae011960fcfdf20cd1c4c2e0e.zip mtk-20170518-2a5193308f1958dae011960fcfdf20cd1c4c2e0e.tar.gz mtk-20170518-2a5193308f1958dae011960fcfdf20cd1c4c2e0e.tar.bz2 |
ar71xx: add user space support for dir-825-c1
[juhosg: fix whitespaces in some scripts]
Signed-off-by: Alexander Stadler <sa.maillists@univie.ac.at>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35402
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 9c77d13..5d3271d 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -77,6 +77,9 @@ get_status_led() { dir-825-b1) status_led="d-link:orange:power" ;; + dir-825-c1) + status_led="d-link:orange:power" + ;; eap7660d) status_led="eap7660d:green:ds4" ;; |