From: Sven Eckelmann Date: Wed, 18 Jan 2017 11:59:53 +0000 (+0100) Subject: batmand: Switch upstream URL to HTTPS X-Git-Url: http://git.ozo.com/?p=lede-routing%2F.git;a=commitdiff_plain;h=81213497f1932de68c09e33e3544774bc77d2651 batmand: Switch upstream URL to HTTPS The open-mesh.org server is not serving plain HTTP pages since a while. Updating the default URL to https is therefore prefered. Signed-off-by: Sven Eckelmann --- diff --git a/batmand/Makefile b/batmand/Makefile index 4c8bf30..12bbd2e 100644 --- a/batmand/Makefile +++ b/batmand/Makefile @@ -25,7 +25,7 @@ PKG_KMOD_BUILD_DIR:=$(PKG_BUILD_DIR)/batman/linux/modules include $(INCLUDE_DIR)/package.mk define Package/batmand/Default - URL:=http://www.open-mesh.org/ + URL:=https://www.open-mesh.org/ MAINTAINER:=Corinna "Elektra" Aichele endef