aboutsummaryrefslogtreecommitdiff
path: root/utils/bonnie++/patches
Commit message (Collapse)AuthorAge
* bonnie++: update to 2.00aRosen Penev2021-02-22
| | | | | | | | | Add custom meson build since the Makefile requires too much patching anyway. Stop using uClibc++. It will be removed in the near future. 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>
* bonnie++: fix compilation with glibcRosen Penev2020-12-30
| | | | | | link to pthreads was missing Signed-off-by: Rosen Penev <rosenp@gmail.com>
* bonnie++: Update to 1.98Rosen Penev2019-03-03
| | | | | | | | | | | This version contains NVME fixes. Edited the patches to modify the package Makefile directly so as to reduce hacks in the OpenWrt Makefile. Added LTO support to lower filesize by ~4KB. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* bonnie++: Replace libstdcpp depend with generic CXX.Rosen Penev2019-01-12
| | | | | | | | | | | | This allows to get rid of the heavy libstdcpp dependency. Added -fno-rtti to save a little space (200 bytes). Also did some Makefile rearrangements for consistency. Added HTTPS to URLs. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* bonnie: 1.97.3Matthew M. Dean2018-07-21
| | | | | | Update to fix compilation issues with GCC7 Signed-off-by: Matthew M. Dean <fireculex@gmail.com>
* utils: Import bonnie++Florian Fainelli2016-01-27
Import bonnie++ from oldpackages: * update to 1.97 * refresh patches * add license tags * add myself as maintainer Signed-off-by: Florian Fainelli <florian@openwrt.org>