72113-files.zip: use local copy instead of downloading from internet

This commit is contained in:
mmehari 2021-09-28 16:34:07 +02:00
parent 9cc49242a2
commit f286042926
2 changed files with 2 additions and 1 deletions

BIN
kernel_boot/72113-files.zip Normal file

Binary file not shown.

View File

@ -101,7 +101,8 @@ tool_version=${tool_version%\ (64-bit)*}
# (https://www.xilinx.com/support/answers/71961.html)
if [ $tool_version == "v2018.3" ];then
(
wget https://www.xilinx.com/Attachment/72113-files.zip -P $BUILD_DIR
# wget https://www.xilinx.com/Attachment/72113-files.zip -P $BUILD_DIR
cp -P 72113-files.zip $BUILD_DIR
unzip $BUILD_DIR/72113-files.zip -d $BUILD_DIR
)
fi