diff options
author | Stan Grishin <stangri@melmac.net> | 2018-04-07 04:14:58 -0700 |
---|---|---|
committer | Stan Grishin <stangri@melmac.net> | 2018-04-07 04:14:58 -0700 |
commit | 7d87297e17643bfec6c65a367e779de8c4653eca (patch) | |
tree | 9f12a74bee59cac96f79031a8d65b3cc2c38913f /applications/luci-app-vpnbypass/Makefile | |
parent | 5c31937a0f0bf8fa2f0161cadae9688fff9c227e (diff) |
luci-app-advanced-reboot & luci-app-vpnbypass: fix uci require for master
Signed-off-by: Stan Grishin <stangri@melmac.net>
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 838840e6b..f426acc53 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 +vpnbypass LUCI_PKGARCH:=all -PKG_RELEASE:=3 +PKG_RELEASE:=4 include ../../luci.mk |