From: Qingfang Deng Date: Tue, 20 Jan 2026 09:27:44 +0000 (+0800) Subject: openvswitch: remove nf-conntrack6 dependency X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=fea0a803de8768e4d0ad6e167c73cf694fe982b3;p=openwrt-packages.git openvswitch: remove nf-conntrack6 dependency nf-conntrack6 is now an empty package, so remove it. Signed-off-by: Qingfang Deng --- diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile index 26e2f71d4..605dedf43 100644 --- a/net/openvswitch/Makefile +++ b/net/openvswitch/Makefile @@ -80,7 +80,6 @@ ovs_kmod_openvswitch_depends:=\ +kmod-nf-nat \ +IPV6:kmod-nf-nat6 \ +kmod-nf-conntrack \ - +IPV6:kmod-nf-conntrack6 \ +kmod-nsh \ +kmod-ipt-conntrack-extra \ +kmod-sched-act-sample \