From 84cda3ce05edd76652ce77c481e63c0eb4d47900 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Wed, 3 Oct 2018 20:48:25 +0800 Subject: [PATCH] update luci PPTP VPN server to new style --- package/lean/luci-app-ipsec-vpnd/Makefile | 2 +- .../luasrc/model/cbi/pptp-server/pptp-server.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/lean/luci-app-ipsec-vpnd/Makefile b/package/lean/luci-app-ipsec-vpnd/Makefile index 5446a3d74..86002f3a0 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:=5 +PKG_RELEASE:=6 include $(TOPDIR)/feeds/luci/luci.mk diff --git a/package/lean/luci-app-pptp-server/luasrc/model/cbi/pptp-server/pptp-server.lua b/package/lean/luci-app-pptp-server/luasrc/model/cbi/pptp-server/pptp-server.lua index 8ad784574..7fa03cfdb 100644 --- a/package/lean/luci-app-pptp-server/luasrc/model/cbi/pptp-server/pptp-server.lua +++ b/package/lean/luci-app-pptp-server/luasrc/model/cbi/pptp-server/pptp-server.lua @@ -1,5 +1,5 @@ -mp = Map("pptpd", "PPTP VPN Server","") +mp = Map("pptpd", translate("PPTP VPN Server")) mp.description = translate("PPTP VPN Server connectivity using the native built-in VPN Client on Windows/Linux or Andriod") mp:section(SimpleSection).template = "pptp/pptp_status"