diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-09-27 14:53:59 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-09-27 14:53:59 +0000 |
commit | 32d12d5e5cedf12ba48edb8623f7a455a58b7463 (patch) | |
tree | d5b1709c9e62c82578b2777c74a84e40e38e45eb /target/linux/ar71xx/base-files/etc | |
parent | b831ebdde9436985379528b986cbb7908090d748 (diff) | |
download | mtk-20170518-32d12d5e5cedf12ba48edb8623f7a455a58b7463.zip mtk-20170518-32d12d5e5cedf12ba48edb8623f7a455a58b7463.tar.gz mtk-20170518-32d12d5e5cedf12ba48edb8623f7a455a58b7463.tar.bz2 |
ar71xx: add support for the TL-MR3420 v1 board
SVN-Revision: 23136
Diffstat (limited to 'target/linux/ar71xx/base-files/etc')
-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 a26a4cb..77217c7 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -78,6 +78,9 @@ get_status_led() { tew-632brp) status_led="tew-632brp:green:status" ;; + tl-mr3420) + status_led="tl-mr3420:green:system" + ;; tl-wa901nd) status_led="tl-wa901nd:green:system" ;; |