2
0
Fork 1

Remove check for overlay tarball

This commit is contained in:
Madis Mägi 2021-02-23 15:53:33 +02:00
parent 10a35a43e8
commit 886ede7cff
1 changed files with 0 additions and 4 deletions

View File

@ -3,10 +3,6 @@ set -e
set -x set -x
#Dependency stage #Dependency stage
if [ ! -f overlay.tar ]; then
echo "ERROR: overlay.tar does not exist, terminating"
exit 1
fi
curl -JLO https://github.com/buildroot/buildroot/archive/2020.02.10.tar.gz curl -JLO https://github.com/buildroot/buildroot/archive/2020.02.10.tar.gz
tar xf buildroot-2020.02.10.tar.gz tar xf buildroot-2020.02.10.tar.gz
mkdir buildroot-2020.02.10/butterknife/ mkdir buildroot-2020.02.10/butterknife/