]> git.ipfire.org Git - people/arne_f/kernel.git/commitdiff
get_dvb_firmware: fix download site for tda10046 firmware
authorMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 28 Sep 2012 19:16:00 +0000 (16:16 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 3 Dec 2012 19:47:11 +0000 (11:47 -0800)
commit 25ec43d3e6306978cf66060ed18c4160ce8fc302 upstream.

The previous website doesn't exist anymore. Update it to one site that
actually exists.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/dvb/get_dvb_firmware

index d1d4a179a38221a5d0da86ecc8d5d44c68c1f1fc..b361e08570f7ed7b89991be162892d7aa99c55d9 100755 (executable)
@@ -115,7 +115,7 @@ sub tda10045 {
 
 sub tda10046 {
        my $sourcefile = "TT_PCI_2.19h_28_11_2006.zip";
-       my $url = "http://www.tt-download.com/download/updates/219/$sourcefile";
+       my $url = "http://technotrend.com.ua/download/software/219/$sourcefile";
        my $hash = "6a7e1e2f2644b162ff0502367553c72d";
        my $outfile = "dvb-fe-tda10046.fw";
        my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1);