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/firewall/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/network/config/firewall/Makefile') diff --git a/package/network/config/firewall/Makefile b/package/network/config/firewall/Makefile index 06e67543b9..1bc2c4d1fa 100644 --- a/package/network/config/firewall/Makefile +++ b/package/network/config/firewall/Makefile @@ -12,7 +12,7 @@ PKG_NAME:=firewall PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL=$(LEDE_GIT)/project/firewall3.git +PKG_SOURCE_URL=$(PROJECT_GIT)/project/firewall3.git PKG_SOURCE_DATE:=2017-11-07 PKG_SOURCE_VERSION:=c4309372acc7e1bef8aa230269f7da1dec790e68 PKG_MIRROR_HASH:=1699884d8499d01e433959185f79ff9eb69704de47885b996123374b8015b422 -- cgit v1.2.3