I have a GL-MT6000 with openwrt 24.10.0 and with the default setting if I go to System and press save I get the following changes:
uci del system.cfg01e48a.timezone
uci del system.ntp.enabled
uci del system.ntp.enable_server
uci set system.cfg01e48a.zonename='UTC'
uci set system.cfg01e48a.log_proto='udp'
uci set system.cfg01e48a.conloglevel='8'
uci set system.cfg01e48a.cronloglevel='7'
Or if I go to network - dhcp and dns:
uci del dhcp.cfg01411c.nonwildcard
uci del dhcp.cfg01411c.boguspriv
uci del dhcp.cfg01411c.filterwin2k
uci del dhcp.cfg01411c.filter_aaaa
uci del dhcp.cfg01411c.filter_a
uci del dhcp.cfg01411c.nonegcache
I can revert if I want or save and apply but is it normal?
If I do the configuration from uci should I add these changes or it is not important?
I think the reason why it does so is that if the default value is 0 or if it is deleted it would be the same. By default there are options with the value 0 and luci removes it.
Looking at the wiki the default value is 0. I can understand that if the default value is 1 you want to remove it but in this case Luci does not have to remove it.
Maybe because he has detected that the router does not have a hardware clock and he thinks it is better to leave it as default?
I have run out of explanation