Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
luochongjun committed Jul 29, 2022
1 parent fa840e1 commit b22fc53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ make defconfig
make V=s ./package/feeds/local/${PKGNAME}/compile

find bin -type f -exec ls -lh {} \;
find bin -type f -name "${PKGNAME}*.ipk" -exec cp -f {} "${WORKDIR}" \;
find bin -type f -name "*.ipk" -exec cp -f {} "${WORKDIR}" \;

0 comments on commit b22fc53

Please sign in to comment.