From 190c7a0c74a1496c67e48213d7fd60eb1de8debd Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 21 Jun 2017 08:21:50 +0200 Subject: [PATCH] sigrok-fwextract-dreamsourcelab-dslogic: Fix comment. --- .../sigrok-fwextract-dreamsourcelab-dslogic | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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" -- 2.30.2