aboutsummaryrefslogtreecommitdiff
path: root/utils/syncthing
Commit message (Collapse)AuthorAge
* syncthing: fixup version detectionPaul Spooren2020-03-23
| | | | | | | | | | | | | | | Since upstream commit dc92994 the LDFLAGS used for settings the version (and build host and user) changed resulting in "unknown" versions in syncthing. Correct version detection is important for syncthing to assure compatibility with other running instances. The "unknown" version fails to communicate and sync with correctly compiled instances. This patch updates the syncthing Makefile to inject the correct variables and thereby fixes the version detection in syncthing. Signed-off-by: Paul Spooren <mail@aparcar.org>
* syncthing: enable via config, lower priority, cleanupMarc Benoit2020-03-01
| | | | | | | | | | | | | | | | | | | Added the ability to enable/disable via a config file; the default is enabled for backwards compatibility. This is an additional service, so running it the same priority as dnsmasq, etc does not make sense. Added USE_PROCD=1 "done" starts at "START=95", so this should start earlier Added STOP=10 to stop syncthing early Compile-tested on: ipq806x, ipq40xx Runtime-tested on: ipq806x, ipq40xx Signed-off-by: Marc Benoit <marcb62185@gmail.com>
* syncthing: bump to 1.3.4Paul Spooren2020-02-07
| | | | Signed-off-by: Paul Spooren <mail@aparcar.org>
* syncthing: add packagePaul Spooren2019-08-21
Signed-off-by: Paul Spooren <mail@aparcar.org>