Skip to content

Commit

Permalink
v0.0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
skyedai910 committed Apr 20, 2022
1 parent 42368dc commit dc2df8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ make clean
cp ../config/${TARGETARCH}-config .config
make
export PATH=`pwd`/output/host/bin:$PATH
tar -zcvf ${TARGETARCH}-buildroot.tar.gz output/host/*
cp ${TARGETARCH}-buildroot.tar.gz /releases/
tar -zcvf ${TARGETARCH}-linux-buildroot.tar.gz output/host/*
cp ${TARGETARCH}-linux-buildroot.tar.gz /releases/
cd ..


Expand Down

0 comments on commit dc2df8d

Please sign in to comment.