packages: use OPENWRT_GIT to point at the main openwrt git repo

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 48118
This commit is contained in:
Felix Fietkau
2016-01-04 15:11:49 +00:00
parent 11b7bc593c
commit 9cd6162b63
12 changed files with 12 additions and 12 deletions

View File

@@ -5,7 +5,7 @@ PKG_VERSION:=2015-05-08
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://git.openwrt.org/project/usign.git
PKG_SOURCE_URL=$(OPENWRT_GIT)/project/usign.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_VERSION:=cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz