diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-07-06 08:04:55 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-07-06 08:04:55 +0000 |
commit | d6985f5b460bb8d0f596864e5a0d6abdcda92c14 (patch) | |
tree | fc06a2164d0819eb05e113bed4cc6499fcef4fc6 /target/linux/ramips | |
parent | 2cc346b8e099b79fd4c9182b46b6de2f59cc44f4 (diff) | |
download | upstream-d6985f5b460bb8d0f596864e5a0d6abdcda92c14.tar.gz upstream-d6985f5b460bb8d0f596864e5a0d6abdcda92c14.tar.bz2 upstream-d6985f5b460bb8d0f596864e5a0d6abdcda92c14.zip |
ramips: use the 'router' LED for diagnostic on the WHR-G300N board
SVN-Revision: 27477
Diffstat (limited to 'target/linux/ramips')
-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" |