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.openwrt.org/?p=feed%2Frouting.git;a=commitdiff_plain;h=c48460940db21d4d12cc8f766c8fa2369646bc6c 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