1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 14:08:17 +02:00
openwrt/toolchain
Felix Fietkau 7a315b0b5d build: implement make check and make package/X/check
This is intended to be used for a wide array of package sanity checks.

The first check that is implemented is for the hash of downloaded files.
It checks:
  - Missing hash
  - Use of SHA256 instead of MD5
  - dl/<file> hash not matching hash in makefile
  - deprecated MD5SUM variable

The deprecated MD5SUM variable check is skipped for feeds/ until OpenWrt
is updated as well

Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-12-17 10:36:25 +01:00
..
binutils treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
fortify-headers treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
gcc treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
gdb treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
glibc treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
insight treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
kernel-headers treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
musl treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
uClibc treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
wrapper
yasm treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
Config.in toolchain: Rework external toolchain libc selection 2016-09-28 08:39:01 +02:00
info.mk
Makefile build: implement make check and make package/X/check 2016-12-17 10:36:25 +01:00