diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-04 15:12:10 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-04 15:12:10 +0000 |
commit | 3ef284fb1737f0847f6a7046e8e0f6115a54c980 (patch) | |
tree | 78f12cc6125601dca525f3d3f1047c75deefd836 /package/system | |
parent | 11545d51469326fcc3e3edafadd44ede0eda713d (diff) | |
download | master-187ad058-3ef284fb1737f0847f6a7046e8e0f6115a54c980.tar.gz master-187ad058-3ef284fb1737f0847f6a7046e8e0f6115a54c980.tar.bz2 master-187ad058-3ef284fb1737f0847f6a7046e8e0f6115a54c980.zip |
ubox: move to git.openwrt.org
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48120 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system')
-rw-r--r-- | package/system/ubox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/ubox/Makefile b/package/system/ubox/Makefile index d8a86c0732..2199101528 100644 --- a/package/system/ubox/Makefile +++ b/package/system/ubox/Makefile @@ -5,7 +5,7 @@ PKG_VERSION:=2015-11-22 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=git://nbd.name/luci2/ubox.git +PKG_SOURCE_URL=$(OPENWRT_GIT)/project/ubox.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=c086167a0154745c677f8730a336ea9cf7d71031 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz |