mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-19 03:06:35 +00:00
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@hauke-m.de>
This commit is contained in:
parent
ee1983a2ff
commit
72f0e5184e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user