Remove check for overlay tarball
This commit is contained in:
parent
10a35a43e8
commit
886ede7cff
@ -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/
|
||||||
|
Loading…
Reference in New Issue
Block a user