ctcgfw test

This commit is contained in:
root
2020-09-02 06:57:51 +08:00
parent 87d843d0a1
commit a0991b2347
13 changed files with 311 additions and 475 deletions

8
x_assemble_artifact.sh Normal file
View File

@@ -0,0 +1,8 @@
gzip friendlywrt-*/out/*.img
rm -rf ./artifact/ && mkdir -p ./artifact/
mv friendlywrt-*/out/*img* ./artifact/
cp friendlywrt-*/friendlywrt/.config ./artifact/
cd ./artifact/
md5sum *img* > md5sum.txt
cd ..
zip -r artifact.zip ./artifact/