From df8f8bad082ea5280c19c9091c099b28b7e2fc67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Santamar=C3=ADa=20Rogado?= Date: Tue, 11 Dec 2018 20:50:21 +0100 Subject: omcproxy: fix installation of interface triggers (FS#1972) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Hans Dedecker --- package/network/services/omcproxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/network/services/omcproxy/Makefile') 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 -- cgit v1.2.3