summaryrefslogtreecommitdiff
path: root/package/network/utils/iwinfo
diff options
context:
space:
mode:
authorArjun AK <lede@arjunak.com>2017-10-23 19:33:34 +0530
committerJohn Crispin <john@phrozen.org>2017-11-06 16:39:41 +0100
commit63d7c458867b62bda7662a897c05ac79aab21f5a (patch)
tree07292fd5897e458691d1a1182855c349bc8a940c /package/network/utils/iwinfo
parentc078386ae3db328a3e659508fddc74c1f099b221 (diff)
downloadmtk-20170518-63d7c458867b62bda7662a897c05ac79aab21f5a.zip
mtk-20170518-63d7c458867b62bda7662a897c05ac79aab21f5a.tar.gz
mtk-20170518-63d7c458867b62bda7662a897c05ac79aab21f5a.tar.bz2
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@arjunak.com>
Diffstat (limited to 'package/network/utils/iwinfo')
-rw-r--r--package/network/utils/iwinfo/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/network/utils/iwinfo/Makefile b/package/network/utils/iwinfo/Makefile
index a42aa13..1b8a3ad 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@mein.io>
PKG_LICENSE:=GPL-2.0