forked from Ivasoft/openwrt
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> SVN-Revision: 43271
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user