diff --git a/peripheral_manager/Makefile b/peripheral_manager/Makefile index d729cf266..f7f36ccbd 100644 --- a/peripheral_manager/Makefile +++ b/peripheral_manager/Makefile @@ -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))