diff options
author | Jo-Philipp Wich <jo@mein.io> | 2020-01-16 09:52:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-16 09:52:16 +0100 |
commit | bd99c69418691aeb29a70922bcb24bfc60685ad9 (patch) | |
tree | df5f43ee621af73e78139ebc580ac6710941e625 /applications/luci-app-vpn-policy-routing/Makefile | |
parent | 18d2b2b1327ed5bb76006d25d42e50f6efff1c06 (diff) | |
parent | 87b9fabc89445564e23aa983b74f0a720ce0312a (diff) |
Merge pull request #3509 from stangri/master-luci-app-vpn-policy-routing
luci-app-vpn-policy-routing: styling bugfix
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 |