aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules
diff options
context:
space:
mode:
authorJoel Low <joel@joelsplace.sg>2024-12-27 08:13:26 +0800
committerRobert Marko <robimarko@gmail.com>2024-12-27 16:11:08 +0100
commit7cbaa9e81f3ed92bb09702450c777bf95d2bd9da (patch)
tree273f3185ec420a2d6be3fc921f1301def3114094 /package/kernel/linux/modules
parent90f84a22b002f1986c32a90b1d2e49b2cef47d55 (diff)
downloadupstream-7cbaa9e81f3ed92bb09702450c777bf95d2bd9da.tar.gz
upstream-7cbaa9e81f3ed92bb09702450c777bf95d2bd9da.tar.bz2
upstream-7cbaa9e81f3ed92bb09702450c777bf95d2bd9da.zip
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@joelsplace.sg> Link: https://github.com/openwrt/openwrt/pull/17388 Signed-off-by: Robert Marko <robimarko@gmail.com> (cherry picked from commit 74354fb463ba19b25b913a0bd0d8a021655cb2fa)
Diffstat (limited to 'package/kernel/linux/modules')
-rw-r--r--package/kernel/linux/modules/netfilter.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/netfilter.mk b/package/kernel/linux/modules/netfilter.mk
index 30ff35ca6bf..96531b1e080 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