mirror of https://github.com/OpenIPC/composer.git
Last sync of project
parent
004aae3794
commit
0722448f3d
|
@ -4,5 +4,5 @@
|
|||
# https://www.atlassian.com/git/tutorials/saving-changes/gitignore
|
||||
|
||||
# Assembly folders
|
||||
Firmware/
|
||||
Output/
|
||||
archive/
|
||||
firmware/
|
||||
|
|
2
stapler
2
stapler
|
@ -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}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue