mirror of https://github.com/aredn/aredn.git
bugfix: Should not keep /etc/config/* on sysupgrade
We don't really need any files in there, and keeping the folder can interfere with the programs that populate /etc/aredn_include on firstboot from uci-default. This will cause the node to boot up in default mode (with an AP on its interface on the default channels) during its first boot, and than very quickly reboot and come up under the mesh.
This commit is contained in:
parent
2755094c9f
commit
2511f585f0
|
@ -1,6 +1,5 @@
|
|||
# This file contains a list of files to retain over a sysupgrade with "Keep Settings" in the GUI.
|
||||
# This list will be used instead of the list normally used by sysupgrade.
|
||||
/etc/config/
|
||||
/etc/config.ap/_setup
|
||||
/etc/config.ap/_setup.dhcp
|
||||
/etc/config.ap/_setup.ports
|
||||
|
|
Loading…
Reference in New Issue