From 857447d2d29912abfc11a79854f1299096d7d34a Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Fri, 17 Jun 2022 22:42:10 +0200 Subject: [PATCH] package/iptables: drop duplicated dependency libnetfilter_conntrack dependency is wrongly duplicated since commit b835171cf9db23095c669b872dbaa15fc1e99898 Signed-off-by: Fabrice Fontaine [Peter: drop from "main" _DEPENDENCIES instead] Signed-off-by: Peter Korsgaard --- package/iptables/iptables.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package/iptables/iptables.mk b/package/iptables/iptables.mk index a54194a8c3..a6143677d1 100644 --- a/package/iptables/iptables.mk +++ b/package/iptables/iptables.mk @@ -8,8 +8,7 @@ IPTABLES_VERSION = 1.8.8 IPTABLES_SOURCE = iptables-$(IPTABLES_VERSION).tar.bz2 IPTABLES_SITE = https://netfilter.org/projects/iptables/files IPTABLES_INSTALL_STAGING = YES -IPTABLES_DEPENDENCIES = host-pkgconf \ - $(if $(BR2_PACKAGE_LIBNETFILTER_CONNTRACK),libnetfilter_conntrack) +IPTABLES_DEPENDENCIES = host-pkgconf IPTABLES_LICENSE = GPL-2.0 IPTABLES_LICENSE_FILES = COPYING IPTABLES_CPE_ID_VENDOR = netfilter