projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2df4f3
)
jool: remove nf-conntrack6 dependency
author
Qingfang Deng
<dqfext@gmail.com>
Tue, 20 Jan 2026 09:27:01 +0000
(17:27 +0800)
committer
Hannu Nyman
<hannu.nyman@iki.fi>
Thu, 22 Jan 2026 15:17:22 +0000
(17:17 +0200)
nf-conntrack6 is now an empty package, so remove it.
Signed-off-by: Qingfang Deng <dqfext@gmail.com>
net/jool/Makefile
patch
|
blob
|
history
diff --git
a/net/jool/Makefile
b/net/jool/Makefile
index e5271d5d9a4d78ad14f3ac8b47f1dc0bd32e6341..50dc1f25afe4f23f870984f8b06e35a85035e856 100644
(file)
--- a/
net/jool/Makefile
+++ b/
net/jool/Makefile
@@
-84,8
+84,7
@@
define KernelPackage/jool-netfilter
DEPENDS:= \
@IPV6 \
+kmod-crypto-md5 \
- +kmod-nf-conntrack \
- +kmod-nf-conntrack6
+ +kmod-nf-conntrack
FILES:= \
$(PKG_BUILD_DIR)/src/mod/common/jool_common.$(LINUX_KMOD_SUFFIX) \
$(PKG_BUILD_DIR)/src/mod/nat64/jool.$(LINUX_KMOD_SUFFIX) \