aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-11-14 16:58:29 +0000
committerJohn Crispin <blogic@openwrt.org>2014-11-14 16:58:29 +0000
commit1e3d1eb0031b468c979459e90bc6641aaf08091b (patch)
tree33665fa7424d10a5c4336bd9c9597da7b11e7390 /target/linux/ar71xx/base-files
parent3368bcd2ba8859d891035d4d5230f2e285084167 (diff)
downloadupstream-1e3d1eb0031b468c979459e90bc6641aaf08091b.tar.gz
upstream-1e3d1eb0031b468c979459e90bc6641aaf08091b.tar.bz2
upstream-1e3d1eb0031b468c979459e90bc6641aaf08091b.zip
ar71xx: Fix the sys LEDs on the EasyLink M150 and mini
Sets the system LED on the EasyLink M150 and mini to lower-case "easylink" Signed-off-by: L. D. Pinney <ldpinney@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43271 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files')
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/diag.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh
index 2bb3304f32..8f9a1e6eb8 100755
--- a/target/linux/ar71xx/base-files/etc/diag.sh
+++ b/target/linux/ar71xx/base-files/etc/diag.sh
@@ -73,7 +73,7 @@ get_status_led() {
;;
el-mini | \
el-m150)
- status_led="EasyLink:green:system"
+ status_led="easylink:green:system"
;;
gl-inet)
status_led="gl-connect:green:lan"