summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2016-08-14 22:29:36 +0200
committerJo-Philipp Wich <jo@mein.io>2016-08-14 22:34:47 +0200
commit95bad62f2a905e8d7e7a935361e8f3664eb3e177 (patch)
tree1adb85e2d7c1aec4d55ba2e831d7d35b31681641 /tools
parent98b960c218e2cceb0117aa344f4775bebd30655d (diff)
downloadmaster-31e0f0ae-95bad62f2a905e8d7e7a935361e8f3664eb3e177.tar.gz
master-31e0f0ae-95bad62f2a905e8d7e7a935361e8f3664eb3e177.tar.bz2
master-31e0f0ae-95bad62f2a905e8d7e7a935361e8f3664eb3e177.zip
tools: make_ext4fs: switch to LEDE git mirror
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'tools')
-rw-r--r--tools/make-ext4fs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make-ext4fs/Makefile b/tools/make-ext4fs/Makefile
index a880dd4c57..f74f602ec9 100644
--- a/tools/make-ext4fs/Makefile
+++ b/tools/make-ext4fs/Makefile
@@ -11,7 +11,7 @@ PKG_NAME:=make-ext4fs
PKG_VERSION:=2016-08-14
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=http://git.openwrt.org/project/make_ext4fs.git
+PKG_SOURCE_URL=$(LEDE_GIT)/project/make_ext4fs.git
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=484903e4332be6c317f531b008cb2a841a18c506
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)