Hi, would it be possible to customize the behavior of the status LED?
I've already tried using the 'LED configuration' page in LUCI without success.
Hi,
Yes, we can customize the behavior of the status LED.
But before configuring it in LuCI, we need to disable the GL.iNet LED service because it overrides the LED rules configured in LuCI. Connect to the router via SSH and run:
/etc/init.d/gl_led stop
/etc/init.d/gl_led disable
To restore the GL.iNet LED service later, run:
/etc/init.d/gl_led enable
/etc/init.d/gl_led start
After disabling the service, we can configure the LED behavior on the LED Configuration page in LuCI.
Got it!
Thanks.
1 Like