Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/routing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2022-04-13 00:59:16 +0300
committerJo-Philipp Wich <jo@mein.io>2022-04-13 01:04:06 +0300
commit8574cb411a1437ad09f047c0e683a126d8ccdd95 (patch)
treea872cf4c8c2012a519f999d618dd5bcd788a5614
parent65f747a8bcf19e0271e6bbe04c2432f9a93cc406 (diff)
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>
-rw-r--r--opennds/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/opennds/Makefile b/opennds/Makefile
index ce801f5..773e758 100644
--- a/opennds/Makefile
+++ b/opennds/Makefile
@@ -30,7 +30,7 @@ define Package/opennds
DEPENDS:=+iptables-nft +kmod-ipt-conntrack +kmod-ipt-nat +libmicrohttpd-no-ssl
TITLE:=Open public network gateway daemon
URL:=https://github.com/opennds/opennds
- CONFLICTS:=nodogsplash nodogsplash2 iptables-legacy
+ CONFLICTS:=nodogsplash nodogsplash2
endef
define Package/opennds/description