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 | 5feda80d1a49f9cf7a2e845185bcb507b440bab7 (patch) | |
tree | e1c7be233479eebffe48aede3320c03e2d1231a3 /target/linux/ramips | |
parent | 4acf79169e66d5551fa9095ce9ea22a6b08c0f5f (diff) | |
download | upstream-5feda80d1a49f9cf7a2e845185bcb507b440bab7.tar.gz upstream-5feda80d1a49f9cf7a2e845185bcb507b440bab7.tar.bz2 upstream-5feda80d1a49f9cf7a2e845185bcb507b440bab7.zip |
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')
-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" |