projects
/
openwrt
/
staging
/
dangole.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee1983a
)
kernel: kmod-ipt-clusterip: Depend on kernel 5.15 and 6.1
author
Hauke Mehrtens
<
[email protected]
>
Sun, 26 May 2024 20:27:53 +0000
(22:27 +0200)
committer
Hauke Mehrtens
<
[email protected]
>
Tue, 28 May 2024 20:07:43 +0000
(22:07 +0200)
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]
>
package/kernel/linux/modules/netfilter.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/netfilter.mk
b/package/kernel/linux/modules/netfilter.mk
index da3e69e49ac6f1c584f8982704cc96b0faae5f2b..76697f5d2fe990f64c635f22967be8b63f2c177d 100644
(file)
--- 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