Skip to content

Commit

Permalink
netfilter: fix bogus reference to kmod-nf-conntrack-timeout
Browse files Browse the repository at this point in the history
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: 0e2dcfc ("netfilter: add kmod-nfnetlink-ct{helper,timeout}")
Signed-off-by: Joel Low <[email protected]>
Link: openwrt/openwrt#17388
Signed-off-by: Robert Marko <[email protected]>
  • Loading branch information
lowjoel authored and robimarko committed Dec 27, 2024
1 parent f491001 commit 74354fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/kernel/linux/modules/netfilter.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74354fb

Please sign in to comment.