aboutsummaryrefslogtreecommitdiff
path: root/utils/open-plc-utils
Commit message (Collapse)AuthorAge
* open-plc-utils: upgrade to latest git revision and fix compilationMichael Heimpold2015-09-21
| | | | | | | | | | | | | | | | | | Buildbots are reporting the following error: ../mme/ARPCPrint.c: In function 'ARPCPrint': ../mme/ARPCPrint.c:123:2: error: incompatible type for argument 3 of 'vfprintf' vfprintf (fp, (char *)(&data->LIST [LE16TOH (data->STROFFSET)]), (void *)(&data->LIST [LE16TOH (data->ARGOFFSET)])); ^ In file included from /store/buildbot/slave/mxs/build/staging_dir/toolchain-arm_arm926ej-s_gcc-4.8-linaro_musl-1.1.11_eabi/include/fortify/stdio.h:20:0, from ../mme/ARPCPrint.c:68: /store/buildbot/slave/mxs/build/staging_dir/toolchain-arm_arm926ej-s_gcc-4.8-linaro_musl-1.1.11_eabi/include/stdio.h:108:5: note: expected '__isoc_va_list' but argument is of type 'void *' Fix this by definition __UCLIBC__ to enable a workaround for this issue. While at, switch to HTTPS URL for cloning the git repo. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* open-plc-utils: Remove excessive dot in PKG_SOURCE_VERSION definitiondvlemplgk2015-07-06
| | | | Signed-off-by: Günther Kelleter <guenther.kelleter@devolo.de>
* open-plc-utils: Update to commit 885a1b7e2e663b5ab8797db6d40a0318131fdf18dvlemplgk2015-07-01
| | | | | | This particularly fixes unusable amphost utility on big endian targets. Signed-off-by: Günther Kelleter <guenther.kelleter@devolo.de>
* open-plc-utils: fix musl and fortify source compatibilityJo-Philipp Wich2015-06-26
| | | | | | | | - Include `poll.h` at the top of `ether/readpacket.c` to avoid nested declaration errors caused by fortify source headers - Add missing `sys/select.h` include to `serial/serial.c` Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* open-plc-utils: bump to 2015-02-23Florian Fainelli2015-03-28
| | | | | | | Update to commit 1f6e7e372b313cf570aa63314037588ed01ec0de ("Add QPSI recommended wording for mac2pw and mac2pwd.") Signed-off-by: Florian Fainelli <florian@openwrt.org>
* misc: Correct tag spelling PKG_LICENSE_FILESTed Hess2014-12-09
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* open-plc-utils: add license informationFlorian Fainelli2014-11-28
| | | | | | | Add licensing information for the open-plc-utils package and update the copyright. Signed-off-by: Florian Fainelli <florian@openwrt.org>
* open-plc-utils: import from oldpackagesFlorian Fainelli2014-11-27
Signed-off-by: Florian Fainelli <florian@openwrt.org>