mirror of https://github.com/OpenIPC/composer.git
Move ax-agent package
parent
b6880b6dcc
commit
a17b2624e9
|
@ -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
|
||||
|
||||
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
|
||||
endef
|
||||
|
||||
|
|
6
stapler
6
stapler
|
@ -34,6 +34,10 @@ echo_c() {
|
|||
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"
|
||||
|
@ -51,4 +55,4 @@ echo_c 35 "\nRollback to home ...\n"
|
|||
cd -
|
||||
|
||||
|
||||
# tree -L 1 Projects
|
||||
|
||||
|
|
Loading…
Reference in New Issue