diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2020-04-11 15:40:15 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-11 15:40:15 +0300 |
commit | f2749c7314eb5129bba3ef6d5e0947b33dc2101c (patch) | |
tree | e5a452195138fe036a449d99b35f632ffa06dd9d /applications/luci-app-vpn-policy-routing/Makefile | |
parent | feecf701e731ff6baff2d399fbdfc6984acfb7a7 (diff) | |
parent | 9f5dc2366fb3f6075287b478e18092f1d7dadb9a (diff) |
Merge pull request #3896 from stangri/master-luci-app-vpn-policy-routing
luci-app-vpn-policy-routing: improve i18n
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 5b51fcc143..2e4bdb5af3 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:=70 +PKG_RELEASE:=71 include ../../luci.mk |