From 4039f1025ec33a82e3a98a538414520e51230931 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Wed, 3 Oct 2018 20:50:14 +0800 Subject: [PATCH] update luci IPSEC VPN server to new style and fix can't autorun afeter upgrade --- package/lean/luci-app-ipsec-vpnd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/lean/luci-app-ipsec-vpnd/Makefile b/package/lean/luci-app-ipsec-vpnd/Makefile index 86002f3a0..b7a83920f 100644 --- a/package/lean/luci-app-ipsec-vpnd/Makefile +++ b/package/lean/luci-app-ipsec-vpnd/Makefile @@ -9,7 +9,7 @@ LUCI_TITLE:=LuCI support for IPSec VPN Server (IKEv1 with PSK and Xauth) LUCI_DEPENDS:=+strongswan-minimal +strongswan-mod-xauth-generic LUCI_PKGARCH:=all PKG_VERSION:=1.0 -PKG_RELEASE:=6 +PKG_RELEASE:=7 include $(TOPDIR)/feeds/luci/luci.mk