diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-06-15 18:14:52 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-07-18 13:24:12 -0400 |
commit | 302170a4b47e869372974abd885dd11d5536b64a (patch) | |
tree | d0db1a4bbb5a42662ef88ee662e22d8075f77067 | |
parent | f5948bbab04988f2b58e1a7ca893ffcf5dcfa243 (diff) |
V4L/DVB (5771): Get_dvb_firmware: update script for new location
Get_dvb_firmware: update script for new location of sp8870 firmware
This url is no longer valid:
http://www.technotrend.de/new/217g/tt_Premium_217g.zip
Replace with:
http://www.softwarepatch.pl/9999ccd06a4813cb827dbb0005071c71/tt_Premium_217g.zip
Thanks-to: Tobias Stoeber <tobi@to-st.de>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r-- | Documentation/dvb/get_dvb_firmware | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/dvb/get_dvb_firmware b/Documentation/dvb/get_dvb_firmware index 4820366b6ae8..e32f79e05c85 100644 --- a/Documentation/dvb/get_dvb_firmware +++ b/Documentation/dvb/get_dvb_firmware | |||
@@ -56,7 +56,7 @@ syntax(); | |||
56 | 56 | ||
57 | sub sp8870 { | 57 | sub sp8870 { |
58 | my $sourcefile = "tt_Premium_217g.zip"; | 58 | my $sourcefile = "tt_Premium_217g.zip"; |
59 | my $url = "http://www.technotrend.de/new/217g/$sourcefile"; | 59 | my $url = "http://www.softwarepatch.pl/9999ccd06a4813cb827dbb0005071c71/$sourcefile"; |
60 | my $hash = "53970ec17a538945a6d8cb608a7b3899"; | 60 | my $hash = "53970ec17a538945a6d8cb608a7b3899"; |
61 | my $outfile = "dvb-fe-sp8870.fw"; | 61 | my $outfile = "dvb-fe-sp8870.fw"; |
62 | my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1); | 62 | my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1); |