The above commands allow a cron job to turn the lights on and off by schedule. Before when executing the commands the lights would return to normal operation with */5 6-20 * * * find /sys/devices/platform/leds-gpio/leds ! -path ‘usb’ -name brightness -exec sh -c ‘echo 255 > {}’ ; && /etc/init.d/led start. Now the light return to just solid with no blinking for data activity.

Can’t see how anything in /etc/config/system will resolve that. Please provide an example on how to turn the LEDs on and off via cron like in the previous firmware