Merge pull request #1003 from stangri/luci-app-vpnbypass
luci-app-vpnbypass: makefile fix & controller fix
This commit is contained in:
commit
0bfe064cc3
2 changed files with 1 additions and 4 deletions
|
@ -3,8 +3,6 @@
|
|||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_VERSION:=1.0.0
|
||||
PKG_RELEASE:=5
|
||||
PKG_LICENSE:=GPL-3.0+
|
||||
PKG_MAINTAINER:=Stan Grishin <stangri@melmac.net>
|
||||
|
||||
|
|
|
@ -3,6 +3,5 @@ function index()
|
|||
if not nixio.fs.access("/etc/config/vpnbypass") then
|
||||
return
|
||||
end
|
||||
entry({"admin", "services", "vpnbypass"}, cbi("vpnbypass"), translate("VPN Bypass"), 1)
|
||||
entry({"admin", "services", "vpnbypass"}, cbi("vpnbypass"), _("VPN Bypass"))
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue