Skip to content
Snippets Groups Projects
Commit 7a315b0b authored by Felix Fietkau's avatar Felix Fietkau
Browse files

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: default avatarFelix Fietkau <nbd@nbd.name>
parent 720b9921
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment