mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-14 14:42:08 +00:00
netfilter: fix bogus reference to kmod-nf-conntrack-timeout
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
Build all core packages / Build all core packages for selected target (push) Waiting to run
Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Waiting to run
Build host tools / Build host tools for linux and macos based systems (push) Waiting to run
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
Build all core packages / Build all core packages for selected target (push) Waiting to run
Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Waiting to run
Build host tools / Build host tools for linux and macos based systems (push) Waiting to run
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>
This commit is contained in:
parent
f491001f0c
commit
74354fb463
@ -1069,7 +1069,7 @@ define KernelPackage/nfnetlink-cttimeout
|
|||||||
FILES:=$(LINUX_DIR)/net/netfilter/nfnetlink_cttimeout.ko
|
FILES:=$(LINUX_DIR)/net/netfilter/nfnetlink_cttimeout.ko
|
||||||
KCONFIG:=CONFIG_NF_CT_NETLINK_TIMEOUT
|
KCONFIG:=CONFIG_NF_CT_NETLINK_TIMEOUT
|
||||||
AUTOLOAD:=$(call AutoProbe,nfnetlink_cttimeout)
|
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
|
endef
|
||||||
|
|
||||||
define KernelPackage/nfnetlink-cttimeout/description
|
define KernelPackage/nfnetlink-cttimeout/description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user