diff mbox

[OpenWrt-Devel] telephony: Use https instead of git

Message ID 1487153609-7402-1-git-send-email-abrodkin@synopsys.com
State Changes Requested
Delegated to: John Crispin
Headers show

Commit Message

Alexey Brodkin Feb. 15, 2017, 10:13 a.m. UTC
From: Alexey Brodkin <Alexey.Brodkin@synopsys.com>

On some [especially corporate] networks non-standard ports are blocked
and git is one of them. So switch to more convenient https transport.

Signed-off-by: Alexey Brodkin <Alexey.Brodkin@synopsys.com>
---
 net/rtpproxy/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/net/rtpproxy/Makefile b/net/rtpproxy/Makefile
index 7b4fe90e9dc5..6f1e796b0502 100644
--- a/net/rtpproxy/Makefile
+++ b/net/rtpproxy/Makefile
@@ -12,7 +12,7 @@  PKG_VERSION:=2.0.0
 PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
-PKG_SOURCE_URL:=git://github.com/sippy/rtpproxy.git
+PKG_SOURCE_URL:=https://github.com/sippy/rtpproxy.git
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
 PKG_SOURCE_VERSION:=d5926892630139bcbe55d1f3fa36764c881648bc
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz