aboutsummaryrefslogtreecommitdiff
path: root/net/etherwake
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>
* etherwake: Remove obsolete uClibc patchRosen Penev2019-07-21
| | | | | | No such issue with uClibc-ng. 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>
* net: Fix typos (found by codespell)Stefan Weil2016-04-10
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* etherwake: respect LDFLAGSAlexander Ryzhov2015-12-06
| | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* etherwake: fix musl compatibilityJo-Philipp Wich2015-06-16
| | | | | | | Always include net/ethernet.h instead linux specific headers, fixes compilation with musl libc. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* Update Makefiledibdot2014-07-06
| | | Removed the PKG_CHECK_FORMAT_SECURITY line
* Create 110-format_security_fix.patchdibdot2014-07-04
| | | Trivial patch to fix format security in etherwake source.
* Update Makefiledibdot2014-07-04
| | | Set format security back to default value
* add myself as maintainer forPeter Wagner2014-07-01
| | | | | | | | | | | | | | | | | alsa-lib glib2 libffi libsndfile libtorrent speex tcp_wrappers etherwake git nfs-kernel-server portmap rtorrent Signed-off-by: Peter Wagner <tripolar@gmx.at>
* etherwake: disable PKG_CHECK_FORMAT_SECURITY for nowEtienne CHAMPETIER2014-06-30
| | | | Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
* etherwake: import from packagesPeter Wagner2014-06-28