I've read the section on
https://openwrt.org/docs/guide-user/troubleshooting/backup_restore
But when I make changes to the "wireless" section (such as enable wifi), why is the change not save in the configuration? Is there something more I need to do in sysupgrade.config? by default there is nothing in that file. The only line I added was ths suggested "sysupgrade -l"
I also did a
opkg list-changed-conffiles
And "wireless" never showed up in the list. I guess "wireless" probably not consider as a "Package"?
so then again, when I change configuration thoughout openwrt, how can I make sure I backup ALL the chnages made?
I tried both using the GUI interface to backup and also the command line:
sysupgrade -b /tmp/backup-$(date +%Y-%m-%d).tar.gz
thank you!