Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. ##############################################
  2. #
  3. # Be very careful of spacing in this file.
  4. # Indents should be tabs, not spaces, and
  5. # there should be no trailing whitespace in
  6. # lines that are not commented.
  7. #
  8. ##############################################
  9.  
  10. include $(TOPDIR)/rules.mk
  11.  
  12. PKG_NAME:=shopster-tl-wr842nv5
  13. PKG_RELEASE:=1
  14. PKG_VERSION:=0.0.1
  15.  
  16. include $(INCLUDE_DIR)/package.mk
  17.  
  18. define Package/shopster-tl-wr842nv5
  19. SECTION:=models
  20. CATEGORY:=Shopster
  21. TITLE:=Shopster tl-wr842nv5 package
  22. EXTRA_DEPENDS:=shopster-base-scripts shopster-analytics-scripts shopster-ble-scripts shopster-ble-bin shopster-hotspot-scripts
  23. PKGARCH:=all
  24. endef
  25.  
  26. define Build/Compile
  27. endef
  28.  
  29. define Package/shopster-tl-wr842nv5/install
  30. $(INSTALL_DIR) $(1)/etc/config
  31. $(INSTALL_DATA) ./files/config/* $(1)/etc/config
  32. $(INSTALL_DIR) $(1)/etc
  33. $(INSTALL_DATA) ./files/updater.sh $(1)/etc
  34.  
  35. endef
  36.  
  37. $(eval $(call BuildPackage,shopster-tl-wr842nv5))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement