diff options
author | John Crispin <john@openwrt.org> | 2014-08-18 13:09:39 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-08-18 13:09:39 +0000 |
commit | bb9a23aca2f35d81f14e2d90a586d890d545a70e (patch) | |
tree | ce381c89b69dc3d020850f1b1f61b5fb5b19b7e8 /target/linux/ramips/base-files/etc/diag.sh | |
parent | 5d9b1e7ec1badba2adf4b7b1f6963d8ff63b25a8 (diff) | |
download | upstream-bb9a23aca2f35d81f14e2d90a586d890d545a70e.tar.gz upstream-bb9a23aca2f35d81f14e2d90a586d890d545a70e.tar.bz2 upstream-bb9a23aca2f35d81f14e2d90a586d890d545a70e.zip |
ramips: Hame: change LED name mpr-x -> hame
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
SVN-Revision: 42190
Diffstat (limited to 'target/linux/ramips/base-files/etc/diag.sh')
-rwxr-xr-x | target/linux/ramips/base-files/etc/diag.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh index 4aac473f5a..9ad7ccbda1 100755 --- a/target/linux/ramips/base-files/etc/diag.sh +++ b/target/linux/ramips/base-files/etc/diag.sh @@ -80,10 +80,10 @@ get_status_led() { status_led="mofi3500-3gn:green:status" ;; mpr-a1) - status_led="mpr-a1:red:power" + status_led="hame:red:power" ;; mpr-a2) - status_led="mpr-a2:red:power" + status_led="hame:red:power" ;; nbg-419n) status_led="nbg-419n:green:power" |