aboutsummaryrefslogtreecommitdiff
path: root/net/linknx
Commit message (Collapse)AuthorAge
* linknx: adopt new libesmtp versionOthmar Truniger2021-06-16
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* treewide: remove uClibc++ supportRosen Penev2021-03-05
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* 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>
* linknx: fix compilation without sys/cdefsRosen Penev2020-08-10
| | | | | | sys/cdefs.h is not included with musl. It's also deprecated. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* linknx: bump to version 0.0.1.38Othmar Truniger2020-03-08
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* linknx: convert to procdRosen Penev2020-03-03
| | | | | | | | | | | | Removed options UCI parameter. It's not terribly useful. Most of the parameters can be replaced with procd functionality. procd also demands processes to run in the foreground. Removed -fno-builtin. It seems to be a legacy option. Ran init script through shellcheck. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* linknx: Update iconv patch to work with libiconv-fullRosen Penev2019-06-28
| | | | | | | libiconv-full requires a const char for its second parameter. Otherwise -fpermissive error is thrown. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* linknx: Fix compilation with libiconvRosen Penev2019-06-25
| | | | | | | | | | | | This applies to uClibc-ng and libiconv-full Switched to building with uClibc++. Fixed license information. Fixed BUILD_DEPENDS. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* linknx: bump to new upstream version 0.0.1.37Othmar Truniger2019-03-30
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* linknx: Update to 0.0.1.36 and switch to codeloadRosen Penev2018-07-31
| | | | | | Simpler Signed-off-by: Rosen Penev <rosenp@gmail.com>
* linknx: bump to version 0.0.1.34Othmar Truniger2017-10-25
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* linknx: bump to new upstream versionOthmar Truniger2017-09-09
| | | | 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>
* linknx: bump to new version on new repoOthmar Truniger2016-02-11
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* linknx: fix musl compatibilityOthmar Truniger2015-06-27
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* linknx: fix dependencyOthmar Truniger2015-03-19
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* linknx: streamline makefileOthmar Truniger2015-03-17
| | | | 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>
* linknx: update release number for changes in files dirOthmar Truniger2015-01-17
| | | Signed-off-by: Othmar Truniger <gibthub@truniger.ch>
* linknx: improve init scriptOthmar Truniger2015-01-17
| | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* linknx: change path for persistent filesOthmar Truniger2015-01-17
| | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* Merge pull request #751 from tru7/patch-4Ted Hess2015-01-09
|\ | | | | linknx: change runtime patch in config files
| * linknx: fix name of PID fileOthmar Truniger2015-01-08
| | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
| * linknx: change runtime patch in config filesOthmar Truniger2015-01-07
| | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | linknx: fix permissions, add conffiles in MakefileOthmar Truniger2015-01-07
|/ | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* linknx: use better macros in MakefileOthmar Truniger2015-01-04
| | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* linknx: fix Makefile to use TABs instead of spacesOthmar Truniger2015-01-03
| | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* linknx: add dist xml conf fileOthmar Truniger2014-12-31
| | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* linknx: add config fileOthmar Truniger2014-12-31
| | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* linknx: add init fileOthmar Truniger2014-12-31
| | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* linknx: add Makefile for new packageOthmar Truniger2014-12-31
Signed-off-by: Othmar Truniger <github@truniger.ch>