diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-07-06 08:04:55 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-07-06 08:04:55 +0000 |
commit | 6451badb13606af9c1bdf82a2c543bd31320ca22 (patch) | |
tree | e1c7be233479eebffe48aede3320c03e2d1231a3 /target/linux/ramips/base-files/etc | |
parent | eaafa6fa91f3ec477e798edf02419a7556675814 (diff) |
ramips: use the 'router' LED for diagnostic on the WHR-G300N board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27477 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files/etc')
-rwxr-xr-x | target/linux/ramips/base-files/etc/diag.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh index 99f497e3f5..039a414b34 100755 --- a/target/linux/ramips/base-files/etc/diag.sh +++ b/target/linux/ramips/base-files/etc/diag.sh @@ -40,7 +40,7 @@ get_status_led() { status_led="v22rw-2x2:green:security" ;; whr-g300n) - status_led="whr-g300n:red:diag" + status_led="whr-g300n:green:router" ;; hw550-3g) status_led="hw550-3g:green:status" |