aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/omcproxy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/services/omcproxy/Makefile')
-rw-r--r--package/network/services/omcproxy/Makefile6
1 files changed, 5 insertions, 1 deletions
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