diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-10-19 00:43:30 +0400 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2007-10-19 00:43:30 +0400 |
commit | b9b2e30e9a4957ecc3aaa81110fc38d0d91ad705 (patch) | |
tree | 3ae75ab5549a8e1fa21fe92aa6dc5dc7c067820a | |
parent | 9a21af2fb957a0f3150443c742f5c9c952a65af3 (diff) | |
download | linux-b9b2e30e9a4957ecc3aaa81110fc38d0d91ad705.tar.xz |
DVB: get_dvb_firmware: update script for new location of sp8870 firmware
cherry picked from commit 302170a4b47e869372974abd885dd11d5536b64a
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>
Signed-off-by: Adrian Bunk <bunk@kernel.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 ee74eeb76804..f53791a95e1c 100644 --- a/Documentation/dvb/get_dvb_firmware +++ b/Documentation/dvb/get_dvb_firmware @@ -56,7 +56,7 @@ syntax(); sub sp8870 { my $sourcefile = "tt_Premium_217g.zip"; - my $url = "http://www.technotrend.de/new/217g/$sourcefile"; + my $url = "http://www.softwarepatch.pl/9999ccd06a4813cb827dbb0005071c71/$sourcefile"; my $hash = "53970ec17a538945a6d8cb608a7b3899"; my $outfile = "dvb-fe-sp8870.fw"; my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1); |