[openwrt/openwrt] netfilter: fix bogus reference to `kmod-nf-conntrack-timeout`

LEDE Commits lede-commits at lists.infradead.org
Fri Dec 27 07:10:25 PST 2024


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/74354fb463ba19b25b913a0bd0d8a021655cb2fa

commit 74354fb463ba19b25b913a0bd0d8a021655cb2fa
Author: Joel Low <joel at joelsplace.sg>
AuthorDate: Fri Dec 27 08:13:26 2024 +0800

    netfilter: fix bogus reference to `kmod-nf-conntrack-timeout`
    
    Fix bogus reference to kmod-nf-conntrack-timeout, fixing the warning
    `WARNING: Makefile 'package/kernel/linux/Makefile' has a dependency on
    'kmod-nf-conntrack-timeout', which does not exist`.
    
    Fixes: 0e2dcfc4f488 ("netfilter: add kmod-nfnetlink-ct{helper,timeout}")
    Signed-off-by: Joel Low <joel at joelsplace.sg>
    Link: https://github.com/openwrt/openwrt/pull/17388
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 package/kernel/linux/modules/netfilter.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/kernel/linux/modules/netfilter.mk b/package/kernel/linux/modules/netfilter.mk
index 30ff35ca6b..96531b1e08 100644
--- a/package/kernel/linux/modules/netfilter.mk
+++ b/package/kernel/linux/modules/netfilter.mk
@@ -1069,7 +1069,7 @@ define KernelPackage/nfnetlink-cttimeout
   FILES:=$(LINUX_DIR)/net/netfilter/nfnetlink_cttimeout.ko
   KCONFIG:=CONFIG_NF_CT_NETLINK_TIMEOUT
   AUTOLOAD:=$(call AutoProbe,nfnetlink_cttimeout)
-  $(call AddDepends/nfnetlink,+kmod-nf-conntrack +kmod-nf-conntrack-timeout @KERNEL_NF_CONNTRACK_TIMEOUT)
+  $(call AddDepends/nfnetlink,+kmod-nf-conntrack @KERNEL_NF_CONNTRACK_TIMEOUT)
 endef
 
 define KernelPackage/nfnetlink-cttimeout/description




More information about the lede-commits mailing list