mirror of https://github.com/OpenIPC/composer.git
Update stapler
parent
960a4e1664
commit
28ffc52cef
4
stapler
4
stapler
|
@ -23,14 +23,14 @@ echo_c() {
|
|||
|
||||
2archive() {
|
||||
mkdir -p ../archive/${PROJECT}_${OUTTIME}
|
||||
cp -a output/images/*.tar output/images/rootfs.squashfs.* output/images/uImage.* ../archive/${PROJECT}_${OUTTIME}
|
||||
cp -a output/images/autoupdate* output/images/rootfs.squashfs.* output/images/uImage.* output/images/*.tar ../archive/${PROJECT}_${OUTTIME}
|
||||
echo_c 35 "\nYou can get the new assembled firmware components here:\n"
|
||||
tree -C ../archive/${PROJECT}_${OUTTIME}
|
||||
}
|
||||
|
||||
2tftp() {
|
||||
echo_c 32 "\nStart transferring files to the TFTP server ...\n"
|
||||
scp -r output/images/rootfs.squashfs.* output/images/uImage.* ${TFTPSRV}
|
||||
scp -r output/images/autoupdate* output/images/rootfs.squashfs.* output/images/uImage.* ${TFTPSRV}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue