]> git.99rst.org Git - openwrt-packages.git/commitdiff
strongswan: remove implicit kmod dependencies
authorRosen Penev <redacted>
Sat, 27 Jun 2026 00:36:49 +0000 (17:36 -0700)
committerJosef Schlehofer <redacted>
Sat, 27 Jun 2026 10:58:18 +0000 (12:58 +0200)
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 <redacted>
net/strongswan/Makefile

index 05684a1764de298cb352f83f1413a9fd87ece9ef..84d042bb8ae83c20563ca8952d931e239b722b77 100644 (file)
@@ -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
 
git clone https://git.99rst.org/PROJECT