diff options
author | Stan Grishin <stangri@melmac.net> | 2020-01-15 13:06:34 -0700 |
---|---|---|
committer | Stan Grishin <stangri@melmac.net> | 2020-01-15 13:06:34 -0700 |
commit | 87b9fabc89445564e23aa983b74f0a720ce0312a (patch) | |
tree | 455499f73d50b14c00375e8f121ec2c42b18dd9b /applications/luci-app-vpn-policy-routing/Makefile | |
parent | c8b8ae6b8e0b7e249cf0392263f44e519025b426 (diff) |
luci-app-vpn-policy-routing: styling bugfix
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 56e22fc5f1..c2af86cf2c 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:=68 +PKG_RELEASE:=69 include ../../luci.mk |