diff options
author | Johannes Stezenbach <devnull@localhost> | 2005-02-23 00:15:31 +0000 |
---|---|---|
committer | Johannes Stezenbach <devnull@localhost> | 2005-02-23 00:15:31 +0000 |
commit | 42f03b0af28f2f39f3a430a3f1038623f87c0285 (patch) | |
tree | b1afbff0c14310199ed26831b69d81c34f48a027 /linux/Documentation | |
parent | 396e51e220858c196614a95e21b12e433b3682cb (diff) | |
download | mediapointer-dvb-s2-42f03b0af28f2f39f3a430a3f1038623f87c0285.tar.gz mediapointer-dvb-s2-42f03b0af28f2f39f3a430a3f1038623f87c0285.tar.bz2 |
correct download link for av7110 firmware and get new version 261d
Diffstat (limited to 'linux/Documentation')
-rw-r--r-- | linux/Documentation/dvb/get_dvb_firmware | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linux/Documentation/dvb/get_dvb_firmware b/linux/Documentation/dvb/get_dvb_firmware index f5b368b4b..139affac9 100644 --- a/linux/Documentation/dvb/get_dvb_firmware +++ b/linux/Documentation/dvb/get_dvb_firmware @@ -123,9 +123,9 @@ sub tda10046 { } sub av7110 { - my $sourcefile = "dvb-ttpci-01.fw-261c"; - my $url = "http://www.linuxtv.org/download/dvb/firmware/$sourcefile"; - my $hash = "7b263de6b0b92d2347319c65adc7d4fb"; + my $sourcefile = "dvb-ttpci-01.fw-261d"; + my $url = "http://www.linuxtv.org/downloads/firmware/$sourcefile"; + my $hash = "603431b6259715a8e88f376a53b64e2f"; my $outfile = "dvb-ttpci-01.fw"; checkstandard(); |