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/services/uhttpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/network/services/uhttpd') diff --git a/package/network/services/uhttpd/Makefile b/package/network/services/uhttpd/Makefile index f2d061c095..648916385c 100644 --- a/package/network/services/uhttpd/Makefile +++ b/package/network/services/uhttpd/Makefile @@ -11,7 +11,7 @@ PKG_NAME:=uhttpd PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL=$(LEDE_GIT)/project/uhttpd.git +PKG_SOURCE_URL=$(PROJECT_GIT)/project/uhttpd.git PKG_SOURCE_DATE:=2017-11-04 PKG_SOURCE_VERSION:=a235636a2687fafb9c474e4b134a59ff66425c92 PKG_MIRROR_HASH:=626392a485e8ab8085bb55d9424b176be9143529db59a820a7de71061a93a007 -- cgit v1.2.3