From: Rosen Penev Date: Sat, 27 Jun 2026 00:36:49 +0000 (-0700) Subject: strongswan: remove implicit kmod dependencies X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=cfe9fed05692ac8540e792444b368a70332ef287;p=openwrt-packages.git strongswan: remove implicit kmod dependencies kmod-ipsec has all of these already included, including the deflate stuff as part of kmod-crypto-deflate and kmod-crypto-aead as part of kmod-crypto-echaniv. Signed-off-by: Rosen Penev --- diff --git a/net/strongswan/Makefile b/net/strongswan/Makefile index 05684a176..84d042bb8 100644 --- a/net/strongswan/Makefile +++ b/net/strongswan/Makefile @@ -133,16 +133,6 @@ define Package/strongswan $(call Package/strongswan/Default) MENU:=1 DEPENDS:= +libpthread +ip \ - +STRONGSWAN_INCLUDE_INSECURE:kmod-crypto-aead \ - +kmod-crypto-authenc \ - +kmod-crypto-cbc \ - +kmod-lib-zlib-inflate \ - +kmod-lib-zlib-deflate \ - +kmod-crypto-des \ - +kmod-crypto-echainiv \ - +kmod-crypto-hmac \ - +kmod-crypto-md5 \ - +kmod-crypto-sha1 \ +kmod-ipsec +kmod-ipsec4 +IPV6:kmod-ipsec6 endef