[openwrt/openwrt] kernel: kmod-ipt-clusterip: Depend on kernel 5.15 and 6.1

LEDE Commits lede-commits at lists.infradead.org
Tue May 28 13:09:33 PDT 2024


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/72f0e5184ef22e7bf0e07008574b77d6d82661da

commit 72f0e5184ef22e7bf0e07008574b77d6d82661da
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun May 26 22:27:53 2024 +0200

    kernel: kmod-ipt-clusterip: Depend on kernel 5.15 and 6.1
    
    The kernel module was removed in kernel 6.3.
    https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=9db5d918e2c07fa09fab18bc7addf3408da0c76f
    
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 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 da3e69e49a..76697f5d2f 100644
--- a/package/kernel/linux/modules/netfilter.mk
+++ b/package/kernel/linux/modules/netfilter.mk
@@ -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




More information about the lede-commits mailing list