Add a default configuration file

git-svn-id: svn://svn.openwrt.org/openwrt/packages@6087 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2007-01-12 17:41:14 +00:00
parent e06c9d5769
commit 8e1f18f83c

View 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