You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A) Ask the user if he/she would like to remove all default configuration files that opkg places in /etc/config ( /etc/config/*-opkg )
B) If so, delete them
Another approach would be to move them out to another directory
The text was updated successfully, but these errors were encountered:
Yep. That is on the wish-list.
For now, I need to understand how exactly opkg behaves related to that.
I THINK it will create /etc/config/*-opkg when the new config files are different.
Then it seems to cause errors if you already have a -opkg file and updates again
(update a package more than 2 times).
but there is
--force-maintainer to overwrite all config settings with default from maintainer. I can code it as an option, but still thinking if not better to accept each change because of some individual changes, that may disconnect user from logging in.
Waiting for pro and cons ;-)
Nice to have:
A) Ask the user if he/she would like to remove all default configuration files that opkg places in /etc/config ( /etc/config/*-opkg )
B) If so, delete them
Another approach would be to move them out to another directory
The text was updated successfully, but these errors were encountered: