Hi,
Say I am changing some config via uci commands and committing that. How we can reset this change in uci sub system config.
For e.g
uci get system.@system[0].hostname
openwrt
uci set system.@system[0].hostname=openwrt22
uci commit system
uci get system.@system[0].hostname
openwrt22
Now I want to revert it. is there any command to revert this or revert whole system subsystem to default.
Thanks