Add a default configuration file
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 12 Jan 2007 17:41:14 +0000 (17:41 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 12 Jan 2007 17:41:14 +0000 (17:41 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6087 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/igmpproxy/Makefile

index 97f7968..4fa9cf1 100644 (file)
@@ -43,7 +43,7 @@ endef
 
 define Package/igmpproxy/install       
        $(INSTALL_DIR) $(1)/etc
-       $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/igmpproxy.conf $(1)/etc
+       $(INSTALL_CONF) ./files/igmpproxy.conf $(1)/etc/
        $(INSTALL_DIR) $(1)/usr/sbin $(1)/etc
        $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/igmpproxy $(1)/usr/sbin/
 endef