diff options
author | John Crispin <john@openwrt.org> | 2015-07-14 07:32:33 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-07-14 07:32:33 +0000 |
commit | 02984a6e09416230d929c17e5dc738c09127934c (patch) | |
tree | 92e0b230961c0d997dc6820afb176d652cc3af3b /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | a06c1c810ebd6a89ae04ca4cd4c2229e0ec335a0 (diff) | |
download | mtk-20170518-02984a6e09416230d929c17e5dc738c09127934c.zip mtk-20170518-02984a6e09416230d929c17e5dc738c09127934c.tar.gz mtk-20170518-02984a6e09416230d929c17e5dc738c09127934c.tar.bz2 |
ar71xx: add support for the devolo dLAN pro 500 Wireless+
Signed-off-by: Günther Kelleter <guenther.kelleter@devolo.de>
SVN-Revision: 46338
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/diag.sh')
-rw-r--r-- | 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 ce2b9ba..cb5d963 100644 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -75,6 +75,9 @@ get_status_led() { dir-835-a1) status_led="d-link:amber:power" ;; + dlan-pro-500-wp) + status_led="devolo:green:wlan-2g" + ;; dragino2) status_led="dragino2:red:system" ;; |