From bd1a00f2f69d7f29e3f7ecf32547e537aee58933 Mon Sep 17 00:00:00 2001 From: zxlhhyccc <45259624+zxlhhyccc@users.noreply.github.com> Date: Fri, 17 Feb 2023 23:20:52 +0800 Subject: [PATCH] =?UTF-8?q?luci-app-ipsec-vpnd=EF=BC=9Afix=20depends?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- applications/luci-app-ipsec-vpnd/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/applications/luci-app-ipsec-vpnd/Makefile b/applications/luci-app-ipsec-vpnd/Makefile index d6816525438..2da081b2b72 100644 --- a/applications/luci-app-ipsec-vpnd/Makefile +++ b/applications/luci-app-ipsec-vpnd/Makefile @@ -1,7 +1,10 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI support for IPSec VPN Server (IKEv1 with PSK and Xauth) -LUCI_DEPENDS:=+strongswan +strongswan-minimal +strongswan-mod-xauth-generic +strongswan-mod-kernel-libipsec +kmod-tun +LUCI_DEPENDS:=+strongswan +kmod-tun \ + +PACKAGE_strongswan:strongswan-mod-kernel-libipsec \ + +PACKAGE_strongswan:strongswan-mod-xauth-generic \ + +(PACKAGE_strongswan-mod-kdf||PACKAGE_strongswan-mod-openssl||PACKAGE_strongswan-mod-wolfssl):strongswan-minimal LUCI_PKGARCH:=all PKG_RELEASE:=$(COMMITCOUNT)