I figured out how to activate the leds on radio1 using luci > System > LED Configuration.
I’m now writing a script to compare current configuration with a backup and output the uci commands to switch configurations. That way I can be more selective if I want to retain certain configurations.
What is the uci command to add a wifi-device with a name?
i.e.
config wifi-device ‘radio1’
“uci add wireless wifi-device” would create the section without the ‘radio1’ at the end.
Thanks
Craig