diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-12-10 17:57:48 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-12-10 17:57:48 +0000 |
commit | ddbca99fbce13fe829c8d36fe11cdc35944280ae (patch) | |
tree | 0ee720b21103b528d465d779682eb857989e48e9 /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | fb9f9cdc813406041715d4c692f2b18cfd418cee (diff) |
ar71xx: add support for the TP-LINK TL-MR3220 v1 board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24439 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/diag.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/diag.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index a89ede9493..7abedc0a2f 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -81,8 +81,8 @@ get_status_led() { tew-632brp) status_led="tew-632brp:green:status" ;; - tl-mr3420) - status_led="tl-mr3420:green:system" + tl-mr3220 | tl-mr3420) + status_led="tl-mr3x20:green:system" ;; tl-wa901nd) status_led="tl-wa901nd:green:system" |