aboutsummaryrefslogtreecommitdiff
path: root/net/pingcheck
Commit message (Collapse)AuthorAge
* 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>
* pingcheck: Update to latest versionBruno Randolf2018-03-03
| | | | Signed-off-by: Bruno Randolf <br1@einfach.org>
* 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>
* pingcheck: Add new packageBruno Randolf2015-11-19
Pingcheck is a daemon for OpenWRT which checks the online status of individual network interfaces and makes this information available via UBUS and by triggering "online" and "offline" scripts. It is maintained at: https://github.com/br101/pingcheck Signed-off-by: Bruno Randolf <br1@einfach.org>