aboutsummaryrefslogtreecommitdiff
path: root/net/mii-tool
Commit message (Collapse)AuthorAge
* net/mii-tool: fix kernel 4.9 compatibilityStijn Segers2017-10-27
| | | | Signed-off-by: Stijn Segers <francesco.borromini@inventati.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>
* mii-tool: use current date for source tarball (fixes #3263)Michael Heimpold2016-10-06
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* mii-tool: fix build on buildbots, next trial (fixes #3263)Michael Heimpold2016-10-06
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* mii-tool: fix build on buildbots (fixes #3263)Michael Heimpold2016-10-05
| | | | | | | | | | | | | | I think re-ordering the assignments is important here, _and_ using := for PKG_SOURCE_SUBDIR instead of simple =. I also grouped the assignments to make it more readable, IMHO at least :-) While at, we should also specify the license file and remove the unneeded Compile definition - the default just works fine. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* mii-tool: fix variable being declared too earlyStijn Segers2016-09-29
| | | | Signed-off-by: Stijn Segers <francesco.borromini@inventati.org>
* mii-tool: re-introduce from oldpackagesStijn Segers2016-09-27
Signed-off-by: Stijn Segers <francesco.borromini@inventati.org>