You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
8 years ago
..
base-files base-files: fix CONFIG_VERSION_DIST default 8 years ago
boot treewide: clean up download hashes 8 years ago
devel treewide: clean up download hashes 8 years ago
firmware treewide: clean up download hashes 8 years ago
kernel treewide: clean up download hashes 8 years ago
libs treewide: clean up download hashes 8 years ago
network treewide: clean up download hashes 8 years ago
system treewide: clean up download hashes 8 years ago
utils treewide: clean up download hashes 8 years ago
Makefile build: implement make check and make package/X/check 8 years ago