From 5f701f84a2b163d102d84874b8f6a05f0216f303 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Fri, 12 Jan 2007 17:41:14 +0000 Subject: [PATCH] Add a default configuration file SVN-Revision: 6087 --- net/igmpproxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/igmpproxy/Makefile b/net/igmpproxy/Makefile index 97f79682b8..4fa9cf1c28 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 -- 2.30.2