diff options
author | Stan Grishin <stangri@melmac.net> | 2017-03-05 10:25:00 -0800 |
---|---|---|
committer | Stan Grishin <stangri@melmac.net> | 2017-03-12 19:46:44 -0700 |
commit | e86438fa76932e348a347b18e247b0ed806628db (patch) | |
tree | d06a1d3613d3df4a3304bd215443c5e57c8086f5 /applications/luci-app-vpnbypass/Makefile | |
parent | 3ff56f8cfb8145493b82d5da419377ec287dfd47 (diff) |
luci-app-vpnbypass: updated service start/enable logic.
Diffstat (limited to 'applications/luci-app-vpnbypass/Makefile')
-rw-r--r-- | applications/luci-app-vpnbypass/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/applications/luci-app-vpnbypass/Makefile b/applications/luci-app-vpnbypass/Makefile index e26fe273c..0ca74ae38 100644 --- a/applications/luci-app-vpnbypass/Makefile +++ b/applications/luci-app-vpnbypass/Makefile @@ -9,7 +9,8 @@ PKG_MAINTAINER:=Stan Grishin <stangri@melmac.net> LUCI_TITLE:=VPN Bypass Web UI LUCI_DEPENDS:=+vpnbypass LUCI_PKGARCH:=all +PKG_RELEASE:=1 include ../../luci.mk -# call BuildPackage - OpenWrt buildroot signature
\ No newline at end of file +# call BuildPackage - OpenWrt buildroot signature |