WIP
- 57e431f:
[makefile] added
PKGARCH:=all
in order to compile an architecture indipendent package - 35067c8: [docs] default compile instructions to to LEDE 17.01
- 6bbbc75:
Adapted
openwisp-remove-default-wifi
script to work on LEDE 17.01
- 3e89fd6: [openwisp-reload-config] Removed
local
declarations - 13bc735: [agent] Improved log messages
- 6955d5b: [reload-config] Reintroduced
init.d
check - 7c4cb8b: [agent] Improved 2 more connection failure messages
- #25: [Makefile] Added openwisp-config-mbedtls
- [docs]: several documentation improvements regarding compilation and relation with other openwisp2 modules
- 5cdb8fa: [autoname] avoid failure if UCI files are empty
- #24: added
mac_interface
option, defaults toeth0
(thanks to @agabellini) - b09a497: [registration] send
mac_address
parameter to openwisp2 controller - e8f0b35: [reload-config] log which services have been reloaded
- #16: added "Unmanaged Configurations" feature (replaced
merge_default
) - #19: added smarter configuration merge mechanism
- #20: improved default test
- #21: introduced automatic naming of anonymous uci sections
- daff21f: added "Consistent key generation" feature
- d6294ce: added
capath
argument and configuration option - 93639af: added
connect_timeout
andmax_time
options for curl - 9ef6f93: added support for LEDE
- e122e40: fixed bug in autoregistration when hostname is empty
- bd8ad3b: improved build options (ssl, category, maintainer)
- bd64be8: fixed infinite registration bug introduced in #14
- e8ae900:
use current hostname in registration unless hostname is
OpenWrt
- 09c672c: strip trailing slash in URL parameter to avoid unexpected 404
- #11:
added
merge_default
feature - #12: improved syslog facility and level (eg: daemon.info)
- #14: resilient register failure
- #13: smarter reload
- 8879a4d:
retry
report_status
several times before giving up
- #9: preserve configuration file when reinstalling/upgrading
- #10: added "test configuration" feature with automatic rollback
- configuration daemon
apply_config
script based on OpenWRT/sbin/reload_config
- automatic registration in controller