Last sync of project

pull/1/head
Igor Zalatov (from Citadel PC) 2022-08-31 23:51:27 +03:00
parent 004aae3794
commit 0722448f3d
5 changed files with 3 additions and 3 deletions

4
.gitignore vendored
View File

@ -4,5 +4,5 @@
# https://www.atlassian.com/git/tutorials/saving-changes/gitignore
# Assembly folders
Firmware/
Output/
archive/
firmware/

View File

View File

@ -24,7 +24,7 @@ echo_c() {
2archive() {
mkdir -p ../archive/${PROJECT}_${OUTTIME}
cp -av output/images/*.tar output/images/rootfs.squashfs.* output/images/uImage.* ../archive/${PROJECT}_${OUTTIME}
cp -a output/images/*.tar output/images/rootfs.squashfs.* output/images/uImage.* ../archive/${PROJECT}_${OUTTIME}
echo_c 35 "\nYou can get the new assembled firmware components here:\n"
tree -C ../archive/${PROJECT}_${OUTTIME}
}