From 1e3d1eb0031b468c979459e90bc6641aaf08091b Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 14 Nov 2014 16:58:29 +0000 Subject: 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43271 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/base-files/etc/diag.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ar71xx/base-files') 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" -- cgit v1.2.3