]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[media] get_dvb_firmware: Fix the location of firmware for Terratec HTC
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Tue, 1 Jan 2013 11:54:26 +0000 (08:54 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 1 Jan 2013 13:18:26 +0000 (11:18 -0200)
Fix firmware download for the Terratec Cinergy HTC Stick HD. The file
was moved on the server.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Documentation/dvb/get_dvb_firmware

index 0cdb1570ffb4cfbbe96bc62e5936a64bdd1f5c1c..5d5ee4c13fa63dbc1d139c5875c1748bb3ae54a3 100755 (executable)
@@ -690,7 +690,7 @@ sub drxk_terratec_h5 {
 }
 
 sub drxk_terratec_htc_stick {
-    my $url = "http://ftp.terratec.de/Receiver/Cinergy_HTC_Stick/Updates/";
+    my $url = "http://ftp.terratec.de/Receiver/Cinergy_HTC_Stick/Updates/History/";
     my $zipfile = "Cinergy_HTC_Stick_Drv_5.09.1202.00_XP_Vista_7.exe";
     my $hash = "6722a2442a05423b781721fbc069ed5e";
     my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 0);