From ef97f2a247803ce0620dd95131bfcde312379f26 Mon Sep 17 00:00:00 2001 From: Veoco Date: Sun, 21 Feb 2021 12:35:50 +0800 Subject: [PATCH] Revert "luci-app-ipsec-vpnd: add strongswan-mod-kernel-libipsec" (#6331) --- 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 46bef920f..ab7cc45c4 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 +strongswan-mod-kernel-libipsec +LUCI_DEPENDS:=+strongswan +strongswan-minimal +strongswan-mod-xauth-generic LUCI_PKGARCH:=all PKG_VERSION:=1.0 -PKG_RELEASE:=9 +PKG_RELEASE:=8 include $(TOPDIR)/feeds/luci/luci.mk