Skip to content

Draft: fix: Migrate Turris1x LED names

Michal Vasilek requested to merge bugfix/migrate-turris1x-leds into master

Similar to !974 (merged), but for turris1x. This one is not possible to do with a simple sed because there was a section called lan that set properties for all lan LEDs. If it was set, sections lan[0-5] didn't have any effect, so we need to parse config and generate a new one with some logic.

This needs to be tested.

TODO:

  • /etc/config/system is not migrated
Edited by Michal Vasilek

Merge request reports