From e9b2a1e3823ef70da53eb7c81d3f2f2b2858881d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Santamar=C3=ADa=20Rogado?= Date: Wed, 27 Feb 2019 00:14:17 +0100 Subject: [PATCH] omcproxy: define configuration file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit omcproxy's configuration is lost on every update or installation. Avoid it by defining the configuration file. Signed-off-by: David SantamarĂ­a Rogado --- package/network/services/omcproxy/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package/network/services/omcproxy/Makefile b/package/network/services/omcproxy/Makefile index a02642284b..26c7893384 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:=8 +PKG_RELEASE:=9 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/omcproxy.git @@ -28,6 +28,10 @@ define Package/omcproxy TITLE:=IGMPv3 and MLDv2 Multicast Proxy endef +define Package/omcproxy/conffiles +/etc/config/omcproxy +endef + CMAKE_OPTIONS += -DWITH_LIBUBOX=1 define Package/omcproxy/install