mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
peripheral manager: install init.d script
This commit is contained in:
parent
65dd02c8ad
commit
6e7e03544a
1 changed files with 2 additions and 0 deletions
|
|
@ -59,6 +59,8 @@ define Package/peripheral_manager/install
|
|||
$(INSTALL_DIR) $(1)/sbin
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/peripheral_manager $(1)/sbin/
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/gpio_test $(1)/sbin/
|
||||
|
||||
$(CP) ./files/etc/init.d/* $(1)/etc/init.d/
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,peripheral_manager))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue