Is it possible to store all secrets from files in /etc/config folder in a separate file.
For example specify in /etc/config/wireless
option key '$guest-wifi-password'
and somewhere else
guest-wifi-password: password
It can be useful if you want to store configuration in git.
I know that there is an option to use git hooks to inject/extract passwords but probably there is more elegant option?