Re: [LEDE-DEV] [PATCH] base-files: allow skipping of hash verification

2017-12-12 Thread John Crispin
On 12/12/17 16:13, Jo-Philipp Wich wrote: Hi John, thanks for taking care of it. I have a minor change request, can we swap "none" with "skip"? I think that makes slightly more sense in this context. ~ Jo ___ Lede-dev mailing list Lede-dev@lists.in

Re: [LEDE-DEV] [PATCH] base-files: allow skipping of hash verification

2017-12-12 Thread Jo-Philipp Wich
Hi John, thanks for taking care of it. I have a minor change request, can we swap "none" with "skip"? I think that makes slightly more sense in this context. ~ Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman

[LEDE-DEV] [PATCH] base-files: allow skipping of hash verification

2017-12-12 Thread John Crispin
From: Jo-Philipp Wich When calling a download target, hash verification is now completely skipped if we set PKG_HASH=none. This allows to easily bump package version: $ make package//download PKG_HASH=none V=s $ make package//check FIXUP=1 V=s This will download the new version of the package,