diff options
author | Antti Palosaari <crope@iki.fi> | 2011-08-02 11:35:06 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-09-21 10:08:26 -0300 |
commit | ead20951fbf3e256c7abee300e28caecab27b1f7 (patch) | |
tree | 44a4e81462603be548a0c7d9f90c266220a66ab7 /Documentation/dvb | |
parent | 465301b10f592bf902650b8d70df8fe10f9d3769 (diff) |
[media] get_dvb_firmware: update tda10071 file url
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Documentation/dvb')
-rwxr-xr-x | 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 f1b27e26c30f..06ec38460514 100755 --- a/Documentation/dvb/get_dvb_firmware +++ b/Documentation/dvb/get_dvb_firmware @@ -685,7 +685,7 @@ sub it9135 { } sub tda10071 { - my $sourcefile = "PCTV%2070e%2080e%20100e%20320e%20330e%20800e%20880e.zip"; + my $sourcefile = "PCTV_460e_reference.zip"; my $url = "ftp://ftp.pctvsystems.com/TV/driver/PCTV%2070e%2080e%20100e%20320e%20330e%20800e/"; my $hash = "4403de903bf2593464c8d74bbc200a57"; my $fwfile = "dvb-fe-tda10071.fw"; |