diff options
author | Douglas Schilling Landgraf <dougsland@redhat.com> | 2009-06-11 16:20:23 -0300 |
---|---|---|
committer | Douglas Schilling Landgraf <dougsland@redhat.com> | 2009-06-11 16:20:23 -0300 |
commit | 2fca1e165c0f13087c2eaed3d0e4a4c4fbb24fe5 (patch) | |
tree | 65c1b23a7b52c9b1ab324f4875f82a1fe783a2fa /linux/Documentation | |
parent | 95a8589d453617556e56dfc53de6f18da19863a5 (diff) | |
download | mediapointer-dvb-s2-2fca1e165c0f13087c2eaed3d0e4a4c4fbb24fe5.tar.gz mediapointer-dvb-s2-2fca1e165c0f13087c2eaed3d0e4a4c4fbb24fe5.tar.bz2 |
dvb: Fix broken link in get_dvb_firmware for nxt2004 (A180)
From: Jan Ceuleers <jan.ceuleers@computer.org>
Due to a reorganisation of AVermedia's websites, get_dvb_firmware
no longer works for nxt2004. Fix it.
Priority: normal
Signed-off-by: Jan Ceuleers <jan.ceuleers@computer.org>
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Diffstat (limited to 'linux/Documentation')
-rwxr-xr-x | linux/Documentation/dvb/get_dvb_firmware | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Documentation/dvb/get_dvb_firmware b/linux/Documentation/dvb/get_dvb_firmware index 815a57840..a52adfc9a 100755 --- a/linux/Documentation/dvb/get_dvb_firmware +++ b/linux/Documentation/dvb/get_dvb_firmware @@ -317,7 +317,7 @@ sub nxt2002 { sub nxt2004 { my $sourcefile = "AVerTVHD_MCE_A180_Drv_v1.2.2.16.zip"; - my $url = "http://www.aver.com/support/Drivers/$sourcefile"; + my $url = "http://www.avermedia-usa.com/support/Drivers/$sourcefile"; my $hash = "111cb885b1e009188346d72acfed024c"; my $outfile = "dvb-fe-nxt2004.fw"; my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1); |