Reloading /etc/config/system after commiting to uci

I'm using a RUT955 flashed with OpenWRT where I can control the signalstrength LEDs on the front (total 7 LEDs)

When I make changes to the LED lights via uci and commiting they do not turn on. When I do it through LUCI they turn on.

How can I reload my commits to system via cli?

Cheers

After committing the changes to system you need to run

/etc/init.d/led restart

to make the new config take effect.

2 Likes

Thank you, works fine!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.