diff options
author | Stan <stangri@melmac.net> | 2020-05-02 09:20:24 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-02 09:20:24 -0700 |
commit | fd32c8c443c62e6e98f869892e99dbaf7c56d125 (patch) | |
tree | 16c2f36353706e66eb53c7b56f3268466639fcf2 /applications/luci-app-vpn-policy-routing/Makefile | |
parent | fee9cc828f9ffdb8eb69d404bd9a84e81fb67888 (diff) | |
parent | 65cf6546d16c56a2add0ee06547630b1056b0980 (diff) |
Merge pull request #3995 from stangri/master-luci-app-vpn-policy-routing
luci-app-vpn-policy-routing: bugfix: remove escaped double-quotes from translateable resources
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 |