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
|
# https://www.atlassian.com/git/tutorials/saving-changes/gitignore
|
||||||
|
|
||||||
# Assembly folders
|
# Assembly folders
|
||||||
Firmware/
|
archive/
|
||||||
Output/
|
firmware/
|
||||||
|
|
2
stapler
2
stapler
|
@ -24,7 +24,7 @@ echo_c() {
|
||||||
|
|
||||||
2archive() {
|
2archive() {
|
||||||
mkdir -p ../archive/${PROJECT}_${OUTTIME}
|
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"
|
echo_c 35 "\nYou can get the new assembled firmware components here:\n"
|
||||||
tree -C ../archive/${PROJECT}_${OUTTIME}
|
tree -C ../archive/${PROJECT}_${OUTTIME}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue