From be91e9d6dcd0a47ac53fe9e2f4ecc3e5d3373148 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Thu, 31 Jan 2019 15:50:56 +0100 Subject: [PATCH] nodogsplash: libmicrohttpd-no-ssl -> libmicrohttpd Due to rearrangements of the libmicrohttpd the non ssl variant is now called libmicrohttpd. Signed-off-by: Daniel Engberg --- nodogsplash/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodogsplash/Makefile b/nodogsplash/Makefile index 46ff9b1..95d5a25 100644 --- a/nodogsplash/Makefile +++ b/nodogsplash/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nodogsplash PKG_FIXUP:=autoreconf PKG_VERSION:=3.2.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_URL:=https://codeload.github.com/nodogsplash/nodogsplash/tar.gz/v$(PKG_VERSION)? PKG_SOURCE:=nodogsplash-$(PKG_VERSION).tar.gz @@ -26,7 +26,7 @@ define Package/nodogsplash SUBMENU:=Captive Portals SECTION:=net CATEGORY:=Network - DEPENDS:=+libpthread +iptables-mod-ipopt +libmicrohttpd-no-ssl + DEPENDS:=+libpthread +iptables-mod-ipopt +libmicrohttpd TITLE:=Open public network gateway daemon URL:=https://github.com/nodogsplash/nodogsplash CONFLICTS:=nodogsplash2 -- 2.30.2