1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-16 20:23:53 +02:00
openwrt/package
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
..
base-files base-files: fix CONFIG_VERSION_DIST default 2016-12-14 19:55:20 +01:00
boot treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
devel treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
firmware treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
kernel treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
libs treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
network treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
system treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
utils treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
Makefile build: implement make check and make package/X/check 2016-12-17 10:36:25 +01:00