diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-01-14 19:02:45 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-01-15 13:14:12 +0100 |
commit | ebd15471ea4f0502e2fe4e77351cb3cb8867142d (patch) | |
tree | a4094a22c7ad829b8b99365b0c4007a650e096e1 /tools/make-ext4fs/Makefile | |
parent | 497f028da1334b95bc7c7004afe4860df324cfe3 (diff) | |
download | upstream-ebd15471ea4f0502e2fe4e77351cb3cb8867142d.tar.gz upstream-ebd15471ea4f0502e2fe4e77351cb3cb8867142d.tar.bz2 upstream-ebd15471ea4f0502e2fe4e77351cb3cb8867142d.zip |
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@mein.io>
Diffstat (limited to 'tools/make-ext4fs/Makefile')
-rw-r--r-- | tools/make-ext4fs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make-ext4fs/Makefile b/tools/make-ext4fs/Makefile index a886dc0a71..f140101c8e 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 |