mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Add an init script for mptcpd
This commit is contained in:
parent
ce845a6cd3
commit
65034c126c
2 changed files with 72 additions and 0 deletions
|
@ -61,6 +61,7 @@ define Package/$(PKG_NAME)/install
|
|||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/mptcpd/* $(1)/usr/lib/mptcpd/
|
||||
$(INSTALL_DIR) $(1)/etc/mptcpd
|
||||
$(INSTALL_DATA) $(PKG_BUILD_DIR)/etc/mptcpd.conf $(1)/etc/mptcpd/mptcpd.conf
|
||||
$(CP) ./files/* $(1)/
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,$(PKG_NAME)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue