From: Stijn Tintel Date: Thu, 17 Mar 2022 11:00:13 +0000 (+0200) Subject: strongswan: fix connmark plugin dependency X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=6cb15df69a5190cc552bd07821eeb035b661410c;p=openwrt-packages.git strongswan: fix connmark plugin dependency The connmark plugin does not require the iptables binary, it uses libiptc instead. Signed-off-by: Stijn Tintel --- diff --git a/net/strongswan/Makefile b/net/strongswan/Makefile index e03816b4f..5626ff3b0 100644 --- a/net/strongswan/Makefile +++ b/net/strongswan/Makefile @@ -670,7 +670,7 @@ $(eval $(call BuildPlugin,blowfish,Blowfish crypto,)) $(eval $(call BuildPlugin,ccm,CCM AEAD wrapper crypto,)) $(eval $(call BuildPlugin,chapoly,ChaCha20-Poly1305 AEAD crypto,)) $(eval $(call BuildPlugin,cmac,CMAC crypto,)) -$(eval $(call BuildPlugin,connmark,netfilter connection marking,+iptables-legacy)) +$(eval $(call BuildPlugin,connmark,netfilter connection marking,+libip4tc)) $(eval $(call BuildPlugin,constraints,advanced X509 constraint checking,)) $(eval $(call BuildPlugin,coupling,IKEv2 plugin to couple peer certificates permanently to authentication,)) $(eval $(call BuildPlugin,ctr,Counter Mode wrapper crypto,))