aboutsummaryrefslogtreecommitdiff
path: root/utils/sysstat/patches
Commit message (Collapse)AuthorAge
* sysstat: remove build timestampAlexander Couzens2017-12-02
| | | | | | | | | Build timestamp prevents reproducible builds [0]. Thanks to the debian project for the patch. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* sysstat: fix musl compatibilityJo-Philipp Wich2015-06-18
Add missing `limits.h` and `sys/types.h` includes to the appropriate source files. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>