diff options
author | Florian Eckert <fe@dev.tdt.de> | 2019-10-18 16:56:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-18 16:56:47 +0200 |
commit | 254503dc8a4ae7c7791ad96da835d72555796e4d (patch) | |
tree | f90a6fd79345f12f680c9a041e27dbb83445e367 /applications/luci-app-vpnbypass/Makefile | |
parent | d5ffab23b65fc37719752d122e0d37b38f471870 (diff) | |
parent | 94b8da9e4f441e4aff001c4dca5a1a26a18527c9 (diff) |
Merge pull request #3211 from stangri/master-luci-app-vpnbypass
luci-app-vpnbypass: bugfix: properly restart dnsmasq
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 51c3dafa7..7c8909007 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-mod-admin-full +vpnbypass LUCI_PKGARCH:=all -PKG_RELEASE:=10 +PKG_RELEASE:=11 include ../../luci.mk |