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:
parent
e06c9d5769
commit
8e1f18f83c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user