diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2020-04-03 15:56:10 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-03 15:56:10 +0300 |
commit | ae6addb4848d6b0ae141007bf6e1056a28ec459c (patch) | |
tree | 257b6fb07396e50dbb13fb0074315edef2d34a8e /applications/luci-app-vpnbypass/Makefile | |
parent | e949639984133f49c420040314b7bbbfbc002e9f (diff) | |
parent | b7900cf2077670d17436619e66b83fb1d59bfd7b (diff) |
Merge pull request #3825 from stangri/master-luci-app-vpnbypass
luci-app-vpnbypass: better service control & buttons styling
Diffstat (limited to 'applications/luci-app-vpnbypass/Makefile')
-rw-r--r-- | applications/luci-app-vpnbypass/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-vpnbypass/Makefile b/applications/luci-app-vpnbypass/Makefile index 14425ce98f..cfcafec05b 100644 --- a/applications/luci-app-vpnbypass/Makefile +++ b/applications/luci-app-vpnbypass/Makefile @@ -10,7 +10,7 @@ LUCI_TITLE:=VPN Bypass Web UI LUCI_DESCRIPTION:=Provides Web UI for VPNBypass service. LUCI_DEPENDS:=+luci-compat +luci-mod-admin-full +vpnbypass LUCI_PKGARCH:=all -PKG_RELEASE:=14 +PKG_RELEASE:=16 include ../../luci.mk |