aboutsummaryrefslogtreecommitdiff
path: root/utils/flent-tools/Makefile
Commit message (Collapse)AuthorAge
* flent: Integrate flent-tools into the flent packageToke Høiland-Jørgensen2022-12-17
| | | | | | | | | | | | | Now that we're packaging flent itself, there's no reason to have a completely separate flent-tools package. So integrate the flent-tools package specification into the main flent package so it's always kept in sync. Also add a dependency from flent itself on flent-tools, as the shell versions of those utilities that Flent uses when running tests doesn't work on the busybox shell included with openwrt. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* flent-tools: Bump to v1.3.2Toke Høiland-Jørgensen2020-06-08
| | | | | | | Also add coreutils-sleep and coreutils-date as dependencies (Flent needs these for the scripts-based remote data gathering tools). Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* flent-tools: Update to 1.2.2Rosen Penev2019-05-12
| | | | | | | Simplified the Makefile and fixed compilation with uClibc-ng by including nls.mk. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* packages: cleanup Makefile variablesStephen Walker2017-06-03
| | | | | | Standard assignment is immediate expansion without any extraneous spacing, RFC822 compliant email addresses and consistent section assignments Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
* flent-tools: Bump versionToke Høiland-Jørgensen2017-01-19
|
* flent-tools: Bump to v0.15.0.Toke Høiland-Jørgensen2016-10-02
| | | | Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* flent-tools: Add packageToke Høiland-Jørgensen2016-09-14
This package installs a couple of helper programs for the Flent testing tool. These are useful when running tests and gathering remote data from an OpenWrt/LEDE router. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>