diff options
author | Stan Grishin <stangri@melmac.net> | 2020-04-03 12:29:53 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.net> | 2020-04-03 12:29:53 +0000 |
commit | 673493f1621108fb8bb5dbce4e0cf6f31d2e9a86 (patch) | |
tree | 19b12292dfb204b1817608ee14bb4e76a455ec3d /applications/luci-app-vpn-policy-routing/Makefile | |
parent | 015712bba0fe4b036b4d12235a7b664d5b4cf3fe (diff) |
luci-app-vpn-policy-routing: better service control & buttons styling
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 c2af86cf2..5b51fcc14 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:=69 +PKG_RELEASE:=70 include ../../luci.mk |