diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-04 15:11:49 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-04 15:11:49 +0000 |
commit | 89296b83ed1c4aa7006bfe83a66443a0f9776505 (patch) | |
tree | 6fbe8077b9a960dec15535fc40bc0e5d0e790a0d /package/system/ubus/Makefile | |
parent | 8722bd107c40f068f6929a8b84c7d3c22de24225 (diff) | |
download | master-187ad058-89296b83ed1c4aa7006bfe83a66443a0f9776505.tar.gz master-187ad058-89296b83ed1c4aa7006bfe83a66443a0f9776505.tar.bz2 master-187ad058-89296b83ed1c4aa7006bfe83a66443a0f9776505.zip |
packages: use OPENWRT_GIT to point at the main openwrt git repo
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48118 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system/ubus/Makefile')
-rw-r--r-- | package/system/ubus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/ubus/Makefile b/package/system/ubus/Makefile index b9434338fa..c99412db46 100644 --- a/package/system/ubus/Makefile +++ b/package/system/ubus/Makefile @@ -5,7 +5,7 @@ PKG_VERSION:=2015-12-09 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=http://git.openwrt.org/project/ubus.git +PKG_SOURCE_URL=$(OPENWRT_GIT)/project/ubus.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=766d49876f8f877f4846c16864e7f73b5a3917f7 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz |