aboutsummaryrefslogtreecommitdiff
path: root/net/knxd
Commit message (Collapse)AuthorAge
* knxd: bump to upstream version 0.14.56Othmar Truniger2022-11-11
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* knxd: bump to new upstream version 0.14.54Othmar Truniger2022-10-31
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* knxd: fix build on macosSergey V. Lobanov2022-01-30
| | | | | | | | | | knxd compilation fails on macos due to clang does not support exit() builtin function that is used to detect build cc This commit adds a patch to fix this issue (replaces `exit 0` by `return 0` in conftest.c) Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* knxd: bump to new upstream version 0.14.53Othmar Truniger2022-01-17
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* knxd: fix compilation with newer glibcRosen Penev2022-01-08
| | | | | | the link variable conflicts with the link() function. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* knxd: bump to upstream version 0.14.52Othmar Truniger2021-12-07
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* knxd: pumb to upstream version 0.14.51Othmar Truniger2021-04-28
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* knxd: new upstream version 0.14.50Othmar Truniger2021-03-21
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* knxd: fix compilation without sys/cdefsRosen Penev2020-08-10
| | | | | | sys/cdefs.h does not come with musl. It's also deprecated. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* knxd: bump to version 0.14.39Othmar Truniger2020-06-18
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* knxd: backport fix for usblowlever.cpp from upstreamOthmar Truniger2020-06-03
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* knxd: bump to upstream version 0.14.38Othmar Truniger2020-06-01
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* knxd: bump to version 0.14.37Othmar Truniger2020-05-13
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* knxd: bump to version 0.14.35Othmar Truniger2020-04-09
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* knxd: bump to version 0.14.31Othmar Truniger2020-02-23
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* knxd: adjust startup files to better comply with procdOthmar Truniger2019-12-17
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* knxd: Makefile cleanupsRosen Penev2019-10-15
| | | | | | | | | | | | argp-standalone is only needed for non GLIBC targets. Added PKG_BUILD_PARALLEL for faster compilation. Removed unnecessary C/LDFLAGS. Remove libstdcpp depends. It's included with libfmt. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Change .*GPL.*+ licenses to SPDX compatible identifierSven Eckelmann2019-09-10
| | | | | | | | The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL licenses. But a lot of packages did use a different, non-SPDX style with a "+" at the end instead of "-or-later". Signed-off-by: Sven Eckelmann <sven@narfation.org>
* knxd: bump to version 0.14.29Othmar Truniger2019-01-19
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* knxd: Update to 0.14.25 and switch to codeloadRosen Penev2018-08-01
| | | | | Simpler Signed-off-by: Rosen Penev <rosenp@gmail.com>
* knxd: add dependency on libfmt (closes #5793)Othmar Truniger2018-03-25
| | | | | Signed-off-by: Othmar Truniger <github@truniger.ch> Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* knxd: bump to upstream version 0.14.24Othmar Truniger2018-02-12
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* knxd: Fix typo in sh vars „send-delay“ and „client-addrs“Patrick Grimm2017-10-06
| | | Signed-off-by: Patrick Grimm <patrick@lunatiki.de>
* knxd: Add uci config and knxd_args to ini convertPatrick Grimm2017-10-06
| | | Signed-off-by: Patrick Grimm <patrick@lunatiki.de>
* knxd: Fix config file location and init script.Patrick Grimm2017-10-06
| | | Signed-off-by: Patrick Grimm <patrick@lunatiki.de>
* knxd: fixup PKG_MIRROR_HASHEtienne Champetier2017-08-30
| | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* Merge pull request #4779 from tru7/masterMichael Heimpold2017-08-30
|\ | | | | knxd: adopt structure and versioning from new upstream stable release
| * knxd: adopt structure and versioning from new upstream stable releaseOthmar Truniger2017-08-28
| | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
|/ | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* knxd: bump to new versionOthmar Truniger2017-01-18
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* knxd: bump to new versionOthmar Truniger2016-10-09
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* knxd: bump to new versionOthmar Truniger2016-03-13
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* knxd: add one uci option for one cmdline arg. add a lot comments in the ↵Patrick Grimm2016-01-04
| | | | | | | | | | | config file (closes #2233) Signed-off-by: Patrick Grimm <patrick@lunatiki.de> Acked-by: Othmar Truniger <github@truniger.ch> [Squashed patches from PR into single one, bump PKG_RELEASE] Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* knxd: use procd (refs #2233)Patrick Grimm2016-01-04
| | | | | | | | | Signed-off-by: Patrick Grimm <patrick@lunatiki.de> Acked-by: Othmar Truniger <github@truniger.ch> [Squashed patches from PR] Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* knxd: bump new versionOthmar Truniger2015-12-31
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* knxd: bump new versionOthmar Truniger2015-12-27
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* knxd: new version, force gcc instead of g++, simplify package structureOthmar Truniger2015-07-19
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* knxd: Fix build dependencies w/argp-standalone, add libstdcppTed Hess2015-07-04
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* knxd: fix musl compatibilityOthmar Truniger2015-06-27
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* knxd: revert to older versionOthmar Truniger2015-06-02
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* knxd: bump to new versionOthmar Truniger2015-05-31
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* knxd: bump to new versionOthmar Truniger2015-05-20
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* knxd: fix dependency in makefileOthmar Truniger2015-03-31
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* knxd: tune Makefile, new upstream versionOthmar Truniger2015-03-17
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* knxd: streamline makefileMichael Heimpold2015-03-07
| | | | | | | | | | | | | | | | - use https URL for fetching sources from GitHub, otherwise cloning sources could stall buildbots by asking to accept a/the SSH host key - do not _depend_ on DEPENDS but _select_ them, so the package(s) always appear in menuconfig, not only when all dependencies are already selected --> dependencies are automatically pulled in when package is selected by user - use PKG_INSTALL - factor out the libeibclient library as own package - use CONFIGURE_ARGS instead of dedicated Build/Configure - same for TARGET_CFLAGS and Build/Compile - do not include /etc/functions, already included by /etc/rc.common Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* knxd: follow new respositoryOthmar Truniger2015-03-07
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* remove uneeded PKG_BUILD_DIR & PKG_CAT overridesNicolas Thill2015-02-22
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* Merge pull request #904 from tru7/patch-2Steven Barth2015-02-14
|\ | | | | knxd: update Makefile to new version
| * knxd: update Makefile to new versionOthmar Truniger2015-02-13
| | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>