added XOrg video drivers for i810, ati, nv and fbdev
[openwrt/svn-archive/archive.git] / net / igmpproxy / Makefile
index 97f79682b8dadfbcdd880bde7055d6b04df6e5fa..4fa9cf1c28ec4f5583258cb50ea3e706d43f836e 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