From: florian Date: Fri, 12 Jan 2007 17:41:14 +0000 (+0000) Subject: Add a default configuration file X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=8e1f18f83c975b2896cc0536cda911bbee2b8a8a;p=packages.git Add a default configuration file git-svn-id: svn://svn.openwrt.org/openwrt/packages@6087 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/igmpproxy/Makefile b/net/igmpproxy/Makefile index 97f79682b..4fa9cf1c2 100644 --- a/net/igmpproxy/Makefile +++ b/net/igmpproxy/Makefile @@ -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