Ver código fonte

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 <[email protected]>
Hauke Mehrtens 1 ano atrás
pai
commit
72f0e5184e
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      package/kernel/linux/modules/netfilter.mk

+ 1 - 1
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