mirror of https://github.com/OpenIPC/composer.git
Update stapler
parent
427bbffa01
commit
d0ab96cffd
|
@ -3,5 +3,6 @@
|
||||||
# Learn more about .gitignore:
|
# Learn more about .gitignore:
|
||||||
# https://www.atlassian.com/git/tutorials/saving-changes/gitignore
|
# https://www.atlassian.com/git/tutorials/saving-changes/gitignore
|
||||||
|
|
||||||
# Assembly folder
|
# Assembly folders
|
||||||
Firmware/
|
Firmware/
|
||||||
|
Output/
|
||||||
|
|
5
stapler
5
stapler
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
# OpenIPC (c) | 2022.08.28
|
# OpenIPC (c) | version 2022.08.31
|
||||||
|
|
||||||
# Autoupdate COMPOSER repo
|
# Autoupdate COMPOSER repo
|
||||||
# Remove old building folder (full rebuild)
|
# Remove old building folder (full rebuild)
|
||||||
|
@ -38,4 +38,7 @@ cd Firmware
|
||||||
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 output/images
|
tree -C output/images
|
||||||
2tftp output/images/rootfs.squashfs.* output/images/uImage.*
|
2tftp output/images/rootfs.squashfs.* output/images/uImage.*
|
||||||
|
mkdir ../Output/${Project}_$(date +"%Y%m%d")
|
||||||
|
cp -av output/images/rootfs.squashfs.* output/images/uImage.*
|
||||||
|
echo_c 35 "\nRollback to home ...\n"
|
||||||
cd -
|
cd -
|
||||||
|
|
Loading…
Reference in New Issue