aboutsummaryrefslogtreecommitdiff
path: root/net/netdiscover
Commit message (Collapse)AuthorAge
* 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>
* netdiscover: fix compilation with GCC 10Rosen Penev2020-08-10
| | | | 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>
* netdiscover: use simplified libnet header locationStefan Tomanek2017-07-09
| | | | | | Use the common location for libnet include files and libraries. Signed-off-by: Stefan Tomanek <stefan.tomanek@wertarbyte.de>
* net/netdiscover: Download from SourceForge not unreliable siteDaniel Dickinson2016-05-09
| | | | | | | | | The most recent developer of netdiscover had self-hosted downloads but also put the project on SourceForge. The self-hosted site went down but SourceForge is much more reliable so I have moved the download URI to SourceForge (md5sum is the same). Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
* netdiscover: add license infoMarko Ratkaj2015-06-09
| | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* netdiscover: add packageMislav Novakovic2015-05-26
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>