Do some files in /etc/config get ignored?

The main question here is whether I can locate some alternately-named configuration files in /etc/config and expect them to get ignored? Say, wireless.old or dhcp.old, for example.

In case it's relevant, I've reconfigured a router with some new temporary settings since I'm checking that it's properly functioning, all while it is connected to my LAN behind the router it's due to replace. When I'm sure it's good to go I'll go in and change all its temporary settings to the proper values, reboot the network and put it in place of the current router.

Input on this question will be appreciated.

Yes, you can safely create wireless.old or similar -- the config files that are read will be done with an exact match (i.e. wireles, not wireless.somethingelse).

1 Like

Thank you!

While true, I would recommend against keeping anything that isn't supposed to be part of the currently running uci configurations under /etc/config/, better move them somewhere else (e.g. /root/config.bak/).

1 Like

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