[LEDE-DEV] [PATCH] iwinfo: add "PKG_MIRROR_HASH" to the Makefile
Arjun AK
lede at arjunak.com
Mon Oct 23 08:41:01 PDT 2017
>From 575a285f08501838596c34615568fe2559ec19fa Mon Sep 17 00:00:00 2001
From: Arjun AK <lede at arjunak.com>
Date: Mon, 23 Oct 2017 19:33:34 +0530
Subject: [PATCH] iwinfo: add "PKG_MIRROR_HASH" to the Makefile
Defining it will let the build tool download the tarball file from
a buildbot server, avoiding a clone of the source repo.
Signed-off-by: Arjun AK <lede at arjunak.com>
---
package/network/utils/iwinfo/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/network/utils/iwinfo/Makefile b/package/network/utils/
iwinfo/Makefile
index a42aa13ee0..1b8a3ad2bc 100644
--- a/package/network/utils/iwinfo/Makefile
+++ b/package/network/utils/iwinfo/Makefile
@@ -13,6 +13,7 @@ PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(LEDE_GIT)/project/iwinfo.git
PKG_SOURCE_DATE:=2017-08-23
PKG_SOURCE_VERSION:=c1a03e8231a5d8b348b70a182d256725c98a3b0b
+PKG_MIRROR_HASH:=7bd294f50f8ec8c0497c5fbe5527f3ae098814cdfeecf4ccf78a2a8937611664
PKG_MAINTAINER:=Jo-Philipp Wich <jo at mein.io>
PKG_LICENSE:=GPL-2.0
--
2.14.2
More information about the Lede-dev
mailing list