summaryrefslogtreecommitdiff
path: root/linux/Documentation/dvb
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2007-06-15 18:14:52 -0400
committerMichael Krufky <mkrufky@linuxtv.org>2007-06-15 18:14:52 -0400
commit23e841b39ea1e2efa0116b5d9312fd37d2b93577 (patch)
treeee28b9c0efb98482aefebb7713a06db8607f6d41 /linux/Documentation/dvb
parent35133745a136eb4cdf08bd6095e5ab2c0d7d6c07 (diff)
downloadmediapointer-dvb-s2-23e841b39ea1e2efa0116b5d9312fd37d2b93577.tar.gz
mediapointer-dvb-s2-23e841b39ea1e2efa0116b5d9312fd37d2b93577.tar.bz2
get_dvb_firmware: update script for new location of sp8870 firmware
From: Michael Krufky <mkrufky@linuxtv.org> 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>
Diffstat (limited to 'linux/Documentation/dvb')
-rwxr-xr-x[-rw-r--r--]linux/Documentation/dvb/get_dvb_firmware2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Documentation/dvb/get_dvb_firmware b/linux/Documentation/dvb/get_dvb_firmware
index 4820366b6..e32f79e05 100644..100755
--- a/linux/Documentation/dvb/get_dvb_firmware
+++ b/linux/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);