aboutsummaryrefslogtreecommitdiff
path: root/utils/open-plc-utils/patches
Commit message (Collapse)AuthorAge
* open-plc-utils: fix compilation with GCC10Rosen Penev2020-06-30
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* open-plc-utils: update to commit 32408520Michael Heimpold2018-11-05
| | | | | | Also remove upstreamed patch. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* open-plc-utils: remove build timestampAlexander Couzens2017-12-10
| | | | | | | | Build timestamps prevent reproducible builds [0]. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* open-plc-utils: update to commit 6a07d621583cb86ddf2fddcacb41cc4cf28bf33aMichael Heimpold2017-01-11
| | | | | | | | | | This fixes an alignment issue on some platforms, which renders some tools, e.g. plcID, unusable. While at, switch to xz compression for the tarball, drop an already mainlined patch and remove a meanswhile absolete compiler switch. Signed-off-by: Michael Heimpold <mhei@heimpold.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>