aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/omcproxy/Makefile
diff options
context:
space:
mode:
authorDavid SantamarĂ­a Rogado <howl.nsp@gmail.com>2018-12-11 20:50:21 +0100
committerHans Dedecker <dedeckeh@gmail.com>2018-12-29 16:07:51 +0100
commitdf8f8bad082ea5280c19c9091c099b28b7e2fc67 (patch)
treebd0b2c211e247d940849b3e7b2a46c3065bbed8d /package/network/services/omcproxy/Makefile
parent5580a9dd314be953fdac9827d7819058af9bea20 (diff)
downloadupstream-df8f8bad082ea5280c19c9091c099b28b7e2fc67.tar.gz
upstream-df8f8bad082ea5280c19c9091c099b28b7e2fc67.tar.bz2
upstream-df8f8bad082ea5280c19c9091c099b28b7e2fc67.zip
omcproxy: fix installation of interface triggers (FS#1972)
omcproxy will not start up if either the downlink or uplink interface is not up at boottime as the interface triggers are not correctly installed. Further rework omcproxy init to make use of network functions defined in network.sh; set proper family and proto options in procd firewall rules. Signed-off-by: David SantamarĂ­a Rogado <howl.nsp@gmail.com> Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'package/network/services/omcproxy/Makefile')
-rw-r--r--package/network/services/omcproxy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/omcproxy/Makefile b/package/network/services/omcproxy/Makefile
index 2acd6f396a..8f0c8b7d31 100644
--- a/package/network/services/omcproxy/Makefile
+++ b/package/network/services/omcproxy/Makefile
@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=omcproxy
-PKG_RELEASE:=6
+PKG_RELEASE:=7
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/omcproxy.git