Skip to content

Commit

Permalink
Add output to fetch-sw script
Browse files Browse the repository at this point in the history
Signed-off-by: Nils Bosbach <[email protected]>
  • Loading branch information
nbosb committed Jan 27, 2025
1 parent dedc596 commit 7432653
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/fetch_buildroot_linux
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ BUILDROOT_TAR="${BUILDROOT##*/}"
wget ${BUILDROOT}
tar -xvf ${BUILDROOT_TAR} -C ${SW_DIR}/
rm ${BUILDROOT_TAR}

echo "${BUILDROOT_TAR} extracted to ${SW_DIR}"

0 comments on commit 7432653

Please sign in to comment.