diff options
author | Stan Grishin <stangri@melmac.net> | 2020-05-02 15:46:35 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.net> | 2020-05-02 15:46:35 +0000 |
commit | 65cf6546d16c56a2add0ee06547630b1056b0980 (patch) | |
tree | c9609caeb3b940539f9b69ea3f4432b9e2b0cedb /applications/luci-app-vpn-policy-routing/Makefile | |
parent | 59953d3a7db07729aceac77fd91b012c579439a1 (diff) |
luci-app-vpn-policy-routing: bugfix: remove escaped double-quotes from translateable resources
Signed-off-by: Stan Grishin <stangri@melmac.net>
Diffstat (limited to 'applications/luci-app-vpn-policy-routing/Makefile')
-rw-r--r-- | applications/luci-app-vpn-policy-routing/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-vpn-policy-routing/Makefile b/applications/luci-app-vpn-policy-routing/Makefile index 2e4bdb5af3..7b1b2f6928 100644 --- a/applications/luci-app-vpn-policy-routing/Makefile +++ b/applications/luci-app-vpn-policy-routing/Makefile @@ -10,7 +10,7 @@ LUCI_TITLE:=VPN Policy-Based Routing Service Web UI LUCI_DESCRIPTION:=Provides Web UI for vpn-policy-routing service. LUCI_DEPENDS:=+luci-compat +luci-mod-admin-full +vpn-policy-routing LUCI_PKGARCH:=all -PKG_RELEASE:=71 +PKG_RELEASE:=72 include ../../luci.mk |