From 9905c8cd15079eead415fdd4302be53e8f4183ab Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Wed, 8 Jul 2020 16:49:39 +0800 Subject: [PATCH] luci-app-ipsec-vpnd: add strongswan-mod-kernel-libipsec --- package/lean/luci-app-ipsec-vpnd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/lean/luci-app-ipsec-vpnd/Makefile b/package/lean/luci-app-ipsec-vpnd/Makefile index ab7cc45c4..46bef920f 100644 --- a/package/lean/luci-app-ipsec-vpnd/Makefile +++ b/package/lean/luci-app-ipsec-vpnd/Makefile @@ -6,10 +6,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 +LUCI_DEPENDS:=+strongswan +strongswan-minimal +strongswan-mod-xauth-generic +strongswan-mod-kernel-libipsec LUCI_PKGARCH:=all PKG_VERSION:=1.0 -PKG_RELEASE:=8 +PKG_RELEASE:=9 include $(TOPDIR)/feeds/luci/luci.mk