From: Jo-Philipp Wich Date: Wed, 21 Jan 2015 13:24:27 +0000 (+0100) Subject: ola: use https:// urls for cloning X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=3505f198bbeacc1a447e77464c53e844b955d2a8;p=feed%2Fpackages.git ola: use https:// urls for cloning The SSH transport can trigger interactive prompts during the build, this is failing all build bots atm. Signed-off-by: Jo-Philipp Wich --- diff --git a/net/ola/Makefile b/net/ola/Makefile index 4a6719cbf0..08fd4755ae 100644 --- a/net/ola/Makefile +++ b/net/ola/Makefile @@ -13,7 +13,7 @@ PKG_VERSION:=0.9.3 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=git@github.com:OpenLightingProject/ola.git +PKG_SOURCE_URL:=https://github.com/OpenLightingProject/ola.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=d949ab88ab2c12d4d94b50a0a0df633d634f08fd PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz