Move ax-agent package

pull/1/head
Igor Zalatov (from Citadel PC) 2022-09-04 17:17:22 +03:00
parent b6880b6dcc
commit a17b2624e9
3 changed files with 9 additions and 2 deletions

View File

@ -1,6 +1,6 @@
################################################################################ ################################################################################
# #
# ax-agent | updated 2022.08.10 # ax-agent | updated 2022.09.04
# #
################################################################################ ################################################################################
@ -16,6 +16,9 @@ define AX_AGENT_BUILD_CMDS
endef endef
define AX_AGENT_INSTALL_TARGET_CMDS define AX_AGENT_INSTALL_TARGET_CMDS
$(INSTALL) -m 755 -d $(TARGET_DIR)/etc/init.d
cp ../general/package/ax-agent/files/S97agent $(TARGET_DIR)/etc/init.d
install -m 0755 -D $(@D)/ax-agent $(TARGET_DIR)/usr/sbin/ax-agent install -m 0755 -D $(@D)/ax-agent $(TARGET_DIR)/usr/sbin/ax-agent
endef endef

View File

@ -34,6 +34,10 @@ echo_c() {
scp -r output/images/rootfs.squashfs.* output/images/uImage.* ${TFTPSRV} scp -r output/images/rootfs.squashfs.* output/images/uImage.* ${TFTPSRV}
} }
projects() {
tree -L 1 projects
}
echo_c 31 "\nAttention, let's start working on the ${PROJECT} project ...\n" echo_c 31 "\nAttention, let's start working on the ${PROJECT} project ...\n"
@ -51,4 +55,4 @@ echo_c 35 "\nRollback to home ...\n"
cd - cd -
# tree -L 1 Projects