remove local busybox, downloaded now from official source

This commit is contained in:
Alfonso Gamboa 2022-03-29 23:35:20 -07:00
parent da21518f8c
commit 1831211f44
2 changed files with 1 additions and 1 deletions

BIN
busybox

Binary file not shown.

View File

@ -15,7 +15,7 @@ echo "Create SD Card root directory"
mkdir SD_ROOT
echo "Copy utils to SD_ROOT"
cp busybox SD_ROOT
wget https://www.busybox.net/downloads/binaries/1.21.1/busybox-mipsel -O SD_ROOT/busybox
cp dropbearmulti SD_ROOT
echo "Download latest rootfs firmware $LATEST_ROOTFS"