[openwrt/openwrt] tools: make-ext4fs: remove LEDE_GIT references
LEDE Commits
lede-commits at lists.infradead.org
Mon Jan 15 04:14:18 PST 2018
jow pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/ebd15471ea4f0502e2fe4e77351cb3cb8867142d
commit ebd15471ea4f0502e2fe4e77351cb3cb8867142d
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Sun Jan 14 19:02:45 2018 +0100
tools: make-ext4fs: remove LEDE_GIT references
Change the make-ext4fs Makefile to use the common PROJECT_GIT
variable instead.
Signed-off-by: Jo-Philipp Wich <jo at mein.io>
---
tools/make-ext4fs/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/make-ext4fs/Makefile b/tools/make-ext4fs/Makefile
index a886dc0..f140101 100644
--- a/tools/make-ext4fs/Makefile
+++ b/tools/make-ext4fs/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=make-ext4fs
-PKG_SOURCE_URL=$(LEDE_GIT)/project/make_ext4fs.git
+PKG_SOURCE_URL=$(PROJECT_GIT)/project/make_ext4fs.git
PKG_SOURCE_PROTO:=git
PKG_SOURCE_DATE:=2016-08-14
PKG_SOURCE_VERSION:=484903e4332be6c317f531b008cb2a841a18c506
More information about the lede-commits
mailing list