build: add FIXUP option for make check
authorFelix Fietkau <nbd@nbd.name>
Fri, 16 Dec 2016 12:34:37 +0000 (13:34 +0100)
committerFelix Fietkau <nbd@nbd.name>
Sat, 17 Dec 2016 09:36:45 +0000 (10:36 +0100)
commitd49059693b752f6bca398073c1f0d0908e3d9b80
tree85280f23f45832f5b7db32a3d7e011610a920f14
parent7a315b0b5d6aa91695853a8647383876e4b49a7a
build: add FIXUP option for make check

This will attempt to automatically fix common mistakes like using MD5
instead of SHA256, using the MD5SUM variable instead of HASH, or even a
missing mirror file hash.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
include/download.mk
scripts/fixup-makefile.pl [new file with mode: 0755]