mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-19 14:13:30 +00:00
update luci PPTP VPN server to new style
This commit is contained in:
parent
7519dcedb4
commit
84cda3ce05
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user