aboutsummaryrefslogtreecommitdiff
path: root/net/linknx/patches
Commit message (Collapse)AuthorAge
* linknx: adopt new libesmtp versionOthmar Truniger2021-06-16
| | | | 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>
* 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: 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 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>