Skip to content
Snippets Groups Projects
Commit c69e89e1 authored by Jan-Tarek Butt's avatar Jan-Tarek Butt
Browse files

change install part

parent b11b60cc
No related branches found
No related tags found
No related merge requests found
......@@ -29,11 +29,7 @@ define Build/Compile
endef
define Package/ffnw-configurator/install
$(CP) ./files/lib/gluon/* $(1)/lib/gluon/
$(INSTALL_DIR) $(1)/lib/ffnw/configurator/
$(INSTALL_BIN) files/lib/ffnw/configurator/configurator.sh $(1)/lib/ffnw/configurator/
$(INSTALL_DIR) $(1)/etc/config/
$(INSTALL_CONF) files/configurator.config $(1)/etc/config/configurator
$(CP) ./files/* $(1)/
endef
$(eval $(call BuildPackage,ffnw-configurator))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment