Skip to content

Commit

Permalink
kernel: kmod-ipt-clusterip: Depend on kernel 5.15 and 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hauke committed May 28, 2024
1 parent ee1983a commit 72f0e51
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 @@ -807,7 +807,7 @@ define KernelPackage/ipt-clusterip
KCONFIG:=$(KCONFIG_IPT_CLUSTERIP)
FILES:=$(foreach mod,$(IPT_CLUSTERIP-m),$(LINUX_DIR)/net/$(mod).ko)
AUTOLOAD:=$(call AutoProbe,$(notdir $(IPT_CLUSTERIP-m)))
$(call AddDepends/ipt,+kmod-nf-conntrack)
$(call AddDepends/ipt,+kmod-nf-conntrack @LINUX_5_15||LINUX_6_1)
endef

define KernelPackage/ipt-clusterip/description
Expand Down

0 comments on commit 72f0e51

Please sign in to comment.