From: David SantamarĂ­a Rogado Date: Tue, 26 Feb 2019 23:14:17 +0000 (+0100) Subject: omcproxy: define configuration file X-Git-Tag: v19.07.0-rc1~1193 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e9b2a1e3823ef70da53eb7c81d3f2f2b2858881d;p=oweals%2Fopenwrt.git omcproxy: define configuration file omcproxy's configuration is lost on every update or installation. Avoid it by defining the configuration file. Signed-off-by: David SantamarĂ­a Rogado --- 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