opennds: don't use iptables-nft as dependency
Since, commit 795e7155cbe3 ("iptables: rename to ip(6)tables-legacy, add PROVIDES") it is enough to include iptables as dependency to install iptables-nft [0]. - [0] https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=795e7155cbe3e78669f6821bf7aecb7c4e1e1afb Signed-off-by: Nick Hainke <vincent@systemli.org>
This commit is contained in:
parent
8ec1cd2f67
commit
ac3412efd3
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=opennds
|
PKG_NAME:=opennds
|
||||||
PKG_VERSION:=9.6.0
|
PKG_VERSION:=9.6.0
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=4
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://codeload.github.com/opennds/opennds/tar.gz/v$(PKG_VERSION)?
|
PKG_SOURCE_URL:=https://codeload.github.com/opennds/opennds/tar.gz/v$(PKG_VERSION)?
|
||||||
|
@ -27,7 +27,7 @@ define Package/opennds
|
||||||
SUBMENU:=Captive Portals
|
SUBMENU:=Captive Portals
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS:=+iptables-nft +kmod-ipt-conntrack +kmod-ipt-nat +libmicrohttpd-no-ssl
|
DEPENDS:=+iptables +kmod-ipt-conntrack +kmod-ipt-nat +libmicrohttpd-no-ssl
|
||||||
TITLE:=Open public network gateway daemon
|
TITLE:=Open public network gateway daemon
|
||||||
URL:=https://github.com/opennds/opennds
|
URL:=https://github.com/opennds/opennds
|
||||||
CONFLICTS:=nodogsplash nodogsplash2
|
CONFLICTS:=nodogsplash nodogsplash2
|
||||||
|
@ -41,7 +41,7 @@ define Package/opennds/description
|
||||||
The package incorporates the FAS API allowing many flexible customisation options.
|
The package incorporates the FAS API allowing many flexible customisation options.
|
||||||
The creation of sophisticated third party authentication applications is fully supported.
|
The creation of sophisticated third party authentication applications is fully supported.
|
||||||
Internet hosted https portals can be implemented with no security errors, to inspire maximum user confidence.
|
Internet hosted https portals can be implemented with no security errors, to inspire maximum user confidence.
|
||||||
This version requires iptables-nft.
|
This version requires iptables.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/opennds/install
|
define Package/opennds/install
|
||||||
|
|
Loading…
Reference in a new issue