packages: use OPENWRT_GIT to point at the main openwrt git repo
[openwrt.git] / package / libs / libubox / Makefile
index 6c1c755..aac7474 100644 (file)
@@ -5,7 +5,7 @@ PKG_VERSION:=2015-11-08
 PKG_RELEASE=$(PKG_SOURCE_VERSION)
 
 PKG_SOURCE_PROTO:=git
-PKG_SOURCE_URL:=http://git.openwrt.org/project/libubox.git
+PKG_SOURCE_URL=$(OPENWRT_GIT)/project/libubox.git
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
 PKG_SOURCE_VERSION:=10429bccd0dc5d204635e110a7a8fae7b80d16cb
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz