omcproxy: define configuration file
[openwrt/openwrt.git] / package / network / services / omcproxy / Makefile
index a02642284b6dc9ae7867ff94f483117183d69cd6..26c78933840cc5bc30cc0ffe5105c284e01a7ee1 100644 (file)
@@ -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