aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2017-06-05 16:24:15 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2017-06-05 16:24:15 +0200
commit4d559d1d2872c61d0a67b6e1001f4e7cd1ee0eed (patch)
tree0ae113324297ba90f1918c097d5c18f6d53141f0 /utils
parentf243d7c2bc18d8b25938193b1eeaeb94ebf1cb8e (diff)
attr: add PKG_MIRROR_HASH
Use the LEDE mirror in case the git repository if unavailable like it currently is. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'utils')
-rw-r--r--utils/attr/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/attr/Makefile b/utils/attr/Makefile
index 9eb978fc6..70f8aae66 100644
--- a/utils/attr/Makefile
+++ b/utils/attr/Makefile
@@ -17,6 +17,7 @@ PKG_SOURCE_URL:=http://git.savannah.gnu.org/r/attr.git
PKG_SOURCE_PROTO:=git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_VERSION:=$(PKG_REV)
+PKG_MIRROR_HASH:=9ee01f36a81ccab5f003fc62afdcebfaa422c4f110d0a501e47617eb1c697768
PKG_MAINTAINER:=Maxim Storchak <m.storchak@gmail.com>
PKG_LICENSE:=LGPL-2.1 GPL-2.0