mirror of
https://github.com/openwrt/routing.git
synced 2025-12-21 19:14:31 +04:00
opennds: remove iptables-legacy CONFLICTS
The opennds software interfaces with netfilter using `iptables` commands, it does not rely on a specific implementation of the iptables frontend. Furthermore, the semantically wrong conflict with iptables-legacy introcduces recursive dependencies in the build system, even for people not using opendns. Remove the explicit conflict marker for iptables-legacy. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
@@ -30,7 +30,7 @@ define Package/opennds
|
|||||||
DEPENDS:=+iptables-nft +kmod-ipt-conntrack +kmod-ipt-nat +libmicrohttpd-no-ssl
|
DEPENDS:=+iptables-nft +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 iptables-legacy
|
CONFLICTS:=nodogsplash nodogsplash2
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/opennds/description
|
define Package/opennds/description
|
||||||
|
|||||||
Reference in New Issue
Block a user