nodogsplash: Release v3.3.1-1
Remove fixes for libmicrohttpd as PR https://github.com/openwrt/packages/pull/8569 is now merged. Signed-off-by: Rob White <rob@blue-wave.net>
This commit is contained in:
parent
b8b36055e0
commit
f96a4bf2ad
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
|||
PKG_NAME:=nodogsplash
|
||||
PKG_FIXUP:=autoreconf
|
||||
PKG_VERSION:=3.3.1
|
||||
PKG_RELEASE:=1-19.0x
|
||||
PKG_RELEASE:=1
|
||||
|
||||
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
|
||||
DEPENDS:=+libpthread +iptables-mod-ipopt +libmicrohttpd-no-ssl
|
||||
TITLE:=Open public network gateway daemon
|
||||
URL:=https://github.com/nodogsplash/nodogsplash
|
||||
CONFLICTS:=nodogsplash2
|
||||
|
|
Loading…
Reference in a new issue