Skip to content

Commit

Permalink
strongswan: Fix CI/CD complaints about kmod dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
  • Loading branch information
pprindeville committed Mar 28, 2023
1 parent ddffc76 commit d1b2bb9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion net/strongswan/Makefile
Expand Up @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=strongswan
PKG_VERSION:=5.9.10
PKG_RELEASE:=2
PKG_RELEASE:=3

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://download.strongswan.org/ https://download2.strongswan.org/
Expand Down Expand Up @@ -130,7 +130,16 @@ define Package/strongswan
$(call Package/strongswan/Default)
MENU:=1
DEPENDS:= +libpthread +ip \
+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

Expand Down

0 comments on commit d1b2bb9

Please sign in to comment.