From fe920d01bb7a4bb57f7d5cab15d4ee8abc5211d7 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 5 Jan 2018 10:46:06 +0100 Subject: treewide: replace LEDE_GIT with PROJECT_GIT Remove LEDE_GIT references in favor to the new name-agnostic PROJECT_GIT variable. Signed-off-by: Jo-Philipp Wich --- package/network/config/netifd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/network/config/netifd') diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile index 3efcd3009e..90cce91553 100644 --- a/package/network/config/netifd/Makefile +++ b/package/network/config/netifd/Makefile @@ -4,7 +4,7 @@ PKG_NAME:=netifd PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL=$(LEDE_GIT)/project/netifd.git +PKG_SOURCE_URL=$(PROJECT_GIT)/project/netifd.git PKG_SOURCE_DATE:=2018-01-04 PKG_SOURCE_VERSION:=fd5c399c01ceb1bbede3ae8b0e1daaa7652a6fa1 PKG_MIRROR_HASH:=0040f94d11d0039505328a90b2ff48968db873e9e7967307631bf40ef5679275 -- cgit v1.2.3