mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
Makefile: Update
Copy files in the files folder for the following projects: bcmhotproxy (done) broadcom-nvram (already did that) peripheral_manager (changed) questd (done) statd (already did that) tptest (done, changed file structure) The following does not have any files to be copied: broadcom-utils qrencode wifimngr
This commit is contained in:
parent
6e7e03544a
commit
221020162e
6 changed files with 5 additions and 7 deletions
|
|
@ -44,10 +44,10 @@ MAKE_FLAGS += TARGET="$(target)"
|
|||
TARGET_CFLAGS += -Dtarget_$(target)=1 -Wall
|
||||
|
||||
define Package/bcmhotproxy/install
|
||||
$(CP) ./files/* $(1)/
|
||||
$(INSTALL_DIR) $(1)/sbin
|
||||
$(INSTALL_DIR) $(1)/etc/
|
||||
$(INSTALL_DIR) $(1)/etc/init.d/
|
||||
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/bcmhotproxy $(1)/sbin/
|
||||
endef
|
||||
|
||||
|
|
|
|||
|
|
@ -53,14 +53,12 @@ TARGET_CPPFLAGS := \
|
|||
$(TARGET_CPPFLAGS)
|
||||
|
||||
define Package/peripheral_manager/install
|
||||
$(CP) ./files/* $(1)/
|
||||
$(INSTALL_DIR) $(1)/etc/
|
||||
$(INSTALL_DIR) $(1)/etc/init.d/
|
||||
|
||||
$(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))
|
||||
|
|
|
|||
|
|
@ -46,10 +46,10 @@ define Package/questd/description
|
|||
endef
|
||||
|
||||
define Package/questd/install
|
||||
$(CP) ./files/* $(1)/
|
||||
$(INSTALL_DIR) $(1)/sbin
|
||||
$(INSTALL_DIR) $(1)/tmp
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/questd $(1)/sbin/
|
||||
$(CP) ./files/* $(1)/
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,questd))
|
||||
|
|
|
|||
|
|
@ -47,8 +47,8 @@ define Build/Compile
|
|||
endef
|
||||
|
||||
define Package/statd/install
|
||||
$(INSTALL_DIR) $(1)/sbin
|
||||
$(CP) ./files/* $(1)/
|
||||
$(INSTALL_DIR) $(1)/sbin
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/statd $(1)/sbin/
|
||||
endef
|
||||
|
||||
|
|
|
|||
|
|
@ -45,10 +45,10 @@ define Build/Compile
|
|||
endef
|
||||
|
||||
define Package/tptest/install
|
||||
$(CP) ./files/* $(1)/
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/tptest $(1)/usr/sbin/
|
||||
$(INSTALL_DIR) $(1)/etc/config
|
||||
$(CP) ./files/speedtest.config $(1)/etc/config/speedtest
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,tptest))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue