From: Noel Kuntze Date: Wed, 10 Aug 2022 22:40:13 +0000 (+0200) Subject: strongswan: try to model kdf optional dependencies X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=dc4defdbac0998eacf438c46f0ac1fbd3d6da97c;p=openwrt-packages.git strongswan: try to model kdf optional dependencies Signed-off-by: Noel Kuntze --- diff --git a/net/strongswan/Makefile b/net/strongswan/Makefile index ddd94a1df..61bebe51f 100644 --- a/net/strongswan/Makefile +++ b/net/strongswan/Makefile @@ -260,6 +260,7 @@ $(call Package/strongswan/Default) +strongswan-mod-fips-prf \ +strongswan-mod-gmp \ +strongswan-mod-hmac \ + @(PACKAGE_strongswan-mod-kdf||PACKAGE_strongswan-mod-openssl||PACKAGE_strongswan-mod-wolfssl) \ +strongswan-mod-kernel-netlink \ +strongswan-mod-md5 \ +strongswan-mod-nonce \ @@ -298,6 +299,7 @@ $(call Package/strongswan/Default) +strongswan-mod-des \ +strongswan-mod-gmpdh \ +strongswan-mod-hmac \ + @(PACKAGE_strongswan-mod-kdf||PACKAGE_strongswan-mod-openssl||PACKAGE_strongswan-mod-wolfssl) \ +strongswan-mod-kernel-netlink \ +strongswan-mod-md5 \ +strongswan-mod-nonce \ @@ -326,6 +328,7 @@ $(call Package/strongswan/Default) +strongswan-mod-aes \ +strongswan-mod-gmp \ +strongswan-mod-hmac \ + @(PACKAGE_strongswan-mod-kdf||PACKAGE_strongswan-mod-openssl||PACKAGE_strongswan-mod-wolfssl) \ +strongswan-mod-kernel-netlink \ +strongswan-mod-nonce \ +strongswan-mod-pubkey \