mirror of
https://github.com/open-sdr/openwifi.git
synced 2024-12-19 21:58:13 +00:00
72113-files.zip: use local copy instead of downloading from internet
This commit is contained in:
parent
9cc49242a2
commit
f286042926
BIN
kernel_boot/72113-files.zip
Normal file
BIN
kernel_boot/72113-files.zip
Normal file
Binary file not shown.
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user