From: Uwe Hermann Date: Wed, 21 Jun 2017 06:21:50 +0000 (+0200) Subject: sigrok-fwextract-dreamsourcelab-dslogic: Fix comment. X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=190c7a0c74a1496c67e48213d7fd60eb1de8debd;p=sigrok-util.git sigrok-fwextract-dreamsourcelab-dslogic: Fix comment. --- diff --git a/firmware/dreamsourcelab-dslogic/sigrok-fwextract-dreamsourcelab-dslogic b/firmware/dreamsourcelab-dslogic/sigrok-fwextract-dreamsourcelab-dslogic index a9cb500..4e357f3 100755 --- a/firmware/dreamsourcelab-dslogic/sigrok-fwextract-dreamsourcelab-dslogic +++ b/firmware/dreamsourcelab-dslogic/sigrok-fwextract-dreamsourcelab-dslogic @@ -26,9 +26,8 @@ if [ -z $PREFIX ]; then fi FWDIR="$PREFIX/share/sigrok-firmware" -# Use the last known-working firmware/bitstream set. Newer versions have -# incompatible changes that cause issues that need to be investigated. -# http://sigrok.org/bugzilla/show_bug.cgi?id=886 +# Use the upstream 0.97 firmware/bitstream set. This is the only supported +# set of files in libsigrok >= 20170621. FWURL="https://github.com/DreamSourceLab/DSView/raw/886b847c21c606df3138ce7ad8f8e8c363ee758b/DSView/res" echo "Installing into: $FWDIR"