include: download.mk: do not check PKG_MIRROR_HASH when set to "skip"
authorMatthias Franck <[email protected]>
Wed, 5 Nov 2025 13:43:53 +0000 (14:43 +0100)
committerRobert Marko <[email protected]>
Fri, 7 Nov 2025 11:25:42 +0000 (12:25 +0100)
commit2df73702c52b2dec7debb8b618d556385cf10f70
treecf04c96d337674584cd6ecb40f80630a9c2921a3
parent5f99bcdbecbbf816c0fcddd7fd32f5a9d511791b
include: download.mk: do not check PKG_MIRROR_HASH when set to "skip"

In commit 042996b46bd41292ef1fa2d58e3b824a547f4c55 compilation of git repos is made to fail when PKG_MIRROR_HASH is not correct.

It looks like it was forgotten that in openwrt there is a posibility to set the PKG_MIRROR_HASH to "skip".
In this case the hash check should not be performed and compilation should continue as expected.

This is especially very usefull when doing local testing and development with git repos.

Signed-off-by: Matthias Franck <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/20655
Signed-off-by: Robert Marko <[email protected]>
include/download.mk