aboutsummaryrefslogtreecommitdiff
path: root/net/wavemon
Commit message (Collapse)AuthorAge
* wavemon: update to 0.9.3oRosen Penev2021-02-28
| | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* wavemon: update to 1.9.2Rosen Penev2020-12-01
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* wavemon: fix compilation with glibcRosen Penev2020-08-26
| | | | | | -lpthread is needed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* wavemon: update to 0.9.1Rosen Penev2020-02-04
| | | | | | Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Change .*GPL.*+ licenses to SPDX compatible identifierSven Eckelmann2019-09-10
| | | | | | | | The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL licenses. But a lot of packages did use a different, non-SPDX style with a "+" at the end instead of "-or-later". Signed-off-by: Sven Eckelmann <sven@narfation.org>
* treewide: Capitalize submenusEneas U de Queiroz2019-07-25
| | | | | | Fixed a typo in tcpreplay. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* wavemon: Update to 0.9.0Rosen Penev2019-03-29
| | | | | | | | Added PKG_BUILD_PARALLEL for faster compilation Backported upstream patch to fix compilation with musl. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* wavemon: Switch to codeload tarballsRosen Penev2018-08-05
| | | | | | | Simpler and easier to bump the version in the future. Signed-off-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* treewide: fix missing/wrong MIRROR_HASH for sources from githubYousong Zhou2018-07-02
| | | | | | | | | Some of them forgot to update MIRROR_HASH on version change, others updated with wrong hash value. The new values were generated from tarballs prepared by the newly introduced github-tarball download methoded and confirmed consistent with those from sources.openwrt.org Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* wavemon: Update to 0.8.2Jonathan McCrohan2018-02-18
| | | | Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* wavemon: use SOURCE_DATE_EPOCH as BUILD_DATEAlexander Couzens2017-12-08
| | | | | | | | | | | Build timestamps prevent reproducible builds [0]. SOURCE_DATE_EPOCH [1] can replace BUILD_DATE in a determinisc way. [0] https://reproducible-builds.org/docs/timestamps/ [1] https://reproducible-builds.org/specs/source-date-epoch/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* 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>
* wavemon: bump to v0.8.1Jonathan McCrohan2017-03-21
| | | | | | Drop musl-fix.patch; included upstream Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* net/wavemon: Was incorrectly using host netlink headersDaniel Dickinson2016-03-29
| | | | | | | | TARGET_CFLAGS was pointing to /usr/include/libnl3 instead of $(STAGING_DIR)/usr/include/libnl3 Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com> Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* wavemon: update to v0.8.0Jonathan McCrohan2016-03-20
| | | | | | | Requires small changes to the included header files in order to build successfully using musl. Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* wavemon: don't use github conflicting tag archives (#1051)Nicolas Thill2015-05-01
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* wavemon: Fetch source from GitHub repositoryTed Hess2015-03-31
| | | | | | | | Closes #1099 Closes #1103 Signed-off-by: Ted Hess <thess@kitschensync.net> Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* wavemon: Add PKG_LICENSE informationJonathan McCrohan2014-08-14
| | | | Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* muninlite,mtr,sslh,wavemon,xinetd: s/MAINTAINER/PKG_&/Jonathan McCrohan2014-08-14
| | | | | | | | Replace the MAINTAINER lines in packages that I maintain with PKG_MAINTAINER lines, to be consistent with the rest of the packages tree. Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* wavemon: import from old packages, update to v0.7.6Jonathan McCrohan2014-07-07
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>