Skip to content
Snippets Groups Projects
Commit a155a2d9 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk
Browse files

update gateware download link to use latest development build

parent 7f2ca82a
Branches
Tags
No related merge requests found
......@@ -19,8 +19,8 @@ linux-3.16.38.tar.xz 1af111d8ee7b57329611d4d804e9fe78 \
https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.16.38.tar.xz
# our gateware binaries
wrs-gw-v5.0-20161214.tar.gz ad4dd1f4bef255d1ac4955c02775e264 \
https://ohwr.org/project/wr-switch-sw/uploads/2f6b6a06fb5b61814b61900dc9181a01/wrs-gw-v5.0-20161214.tar.gz
wrs-gw-v5.1-dev1-20190611.tar.gz 33e2493e692cf90da44e4ba5c4197270 \
https://ohwr.org/project/wr-switch-sw/wikis/uploads/dc05a78e515e98be628e8cd77927bf91/wrs-gw-v5.1-dev1-20190611.tar.gz
# buildroot core and packages
buildroot-2016.02.tar.bz2 fcf10ae55b0831f52d492b6939e95581 \
......
......@@ -22,7 +22,7 @@ if [ "$WRS_HW_DIR" != "" ]; then
cp ${WRS_HW_DIR}/syn/scb_18ports/scb_top_synthesis.bin \
$FWDIR/18p_mb-LX240T.bin
else
tarname="wrs-gw-v5.0-20161214.tar.gz"
tarname="wrs-gw-v5.1-dev1-20190611.tar.gz"
wrs_echo "Using pre-built binaries from $tarname"
wrs_download $tarname
tar xzf $WRS_DOWNLOAD_DIR/$tarname -C $FWDIR
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment