X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Fbase-files%2Fetc%2Fdiag.sh;h=a7b8ae0b06480d5320a6c276ef6bc9f75a4325a9;hb=ec1de9b1a6cd957bb2cb68f7eda294ab73bf9102;hp=59c59653960dca86b7512813d01ea35088fe5c64;hpb=9f9682a79b2f813ae140cc4866d1449412efb3d9;p=openwrt%2Fopenwrt.git diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh index 59c5965396..a7b8ae0b06 100644 --- a/target/linux/ramips/base-files/etc/diag.sh +++ b/target/linux/ramips/base-files/etc/diag.sh @@ -19,31 +19,42 @@ get_status_led() { asl26555|\ br-6425|\ br-6475nd|\ + c50|\ + dch-m225|\ + dir-860l-b1|\ e1700|\ fonera20n|\ + kng_rc|\ + mzk-750dhp|\ mzk-dp150n|\ mzk-w300nh2|\ nbg-419n|\ + nbg-419n2|\ pwh2004|\ + vr500|\ wnce2001|\ + wndr3700v5|\ x5|\ x8|\ xdxrn502j) status_led="$board:green:power" ;; + 3g-6200nl) + status_led="$board:green:internet" + ;; a5-v11|\ + cs-qr10|\ d105|\ dcs-930l-b1|\ ex2700|\ hlk-rm04|\ + jhr-n825r|\ mpr-a1|\ - mpr-a2) + mpr-a2|\ + mzk-ex750np) status_led="$board:red:power" ;; - ai-br100|\ - ht-tm02) - status_led="$board:blue:wlan" - ;; + ac1200pro|\ all0239-3g|\ dcs-930|\ dir-300-b1|\ @@ -56,28 +67,41 @@ get_status_led() { dir-615-h1|\ dir-620-a1|\ dir-620-d1|\ + dwr-512-b|\ hpm|\ hw550-3g|\ + mac1200rv2|\ miniembwifi|\ mofi3500-3gn|\ rut5xx|\ v11st-fe|\ vocore|\ wmr-300|\ - zbt-wg2626) + zbt-wg2626|\ + zbt-wg3526) status_led="$board:green:status" ;; + ai-br100|\ + ht-tm02) + status_led="$board:blue:wlan" + ;; atp-52b|\ ip2202) status_led="$board:green:run" ;; awapn2403|\ - dir-645) + dir-645|\ + sk-wb8|\ + wrh-300cr) status_led="$board:green:wps" ;; - cf-wr800n) + cf-wr800n|\ + psg1208) status_led="$board:white:wps" ;; + psg1218) + status_led="$board:yellow:status" + ;; cy-swr1100|\ w502u) status_led="$board:blue:wps" @@ -98,16 +122,20 @@ get_status_led() { status_led="$board:blue:power" ;; db-wrt01|\ - esr-9753) + esr-9753|\ + pbr-d1) status_led="$board:orange:power" ;; f5d8235-v2) status_led="$board:blue:router" ;; - f7c027) + f7c027|\ + timecloud) status_led="$board:orange:status" ;; hc5*61|\ + jhr-n805r|\ + jhr-n926r|\ mlw221|\ mlwg2) status_led="$board:blue:system" @@ -124,6 +152,7 @@ get_status_led() { status_led="$board:blue:status" ;; miwifi-mini|\ + miwifi-nano|\ zte-q7) status_led="$board:red:status" ;; @@ -133,8 +162,12 @@ get_status_led() { nw718) status_led="$board:amber:cpu" ;; + newifi-d1) + status_led="$board:blue:status" + ;; oy-0001|\ - sl-r7205) + sl-r7205|\ + zbt-we826) status_led="$board:green:wifi" ;; psr-680w) @@ -143,10 +176,11 @@ get_status_led() { px-4885|\ re6500|\ whr-1166d|\ - whr-300hp2|\ - whr-600d) + whr-600d|\ + widora-neo) status_led="$board:orange:wifi" ;; + mzk-ex300np|\ rt-n10-plus|\ tew-691gr|\ tew-692gr|\ @@ -156,6 +190,9 @@ get_status_led() { wr512-3gn) status_led="$board:green:wps" ;; + rb750gr3) + status_led="$board:green:usr" + ;; sap-g3200u3) status_led="$board:green:usb" ;; @@ -172,21 +209,28 @@ get_status_led() { status_led="$board:amber:power" ;; whr-g300n|\ + wlr-6000) + status_led="$board:red:power" + ;; wzr-agl300nh) status_led="$board:green:router" ;; wizfi630a) status_led="$board::run" ;; + whr-300hp2|\ wsr-1166|\ wsr-600) - status_led="$board:orange:diag" + status_led="$board:green:power" ;; wrtnode2r | \ wrtnode2p | \ wrtnode) status_led="wrtnode:blue:indicator" ;; + zbt-cpe102) + status_led="$board:green:4g-0" + ;; esac }