aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/dvb
diff options
context:
space:
mode:
authorRenzo Dani <arons7@gmail.com>2011-10-09 05:43:50 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-10-14 09:29:45 -0400
commit873c07da6abd5519a7850caa90f226d3b15e3fba (patch)
tree6f333b3ea087e587b8a3c2a50c6366b419b6d805 /Documentation/dvb
parent39342dbb27323f174b286c9e19b9687d492b2d1a (diff)
[media] update az6027 firmware URL
Signed-off-by: Renzo Dani <arons7@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Documentation/dvb')
-rwxr-xr-xDocumentation/dvb/get_dvb_firmware13
1 files changed, 2 insertions, 11 deletions
diff --git a/Documentation/dvb/get_dvb_firmware b/Documentation/dvb/get_dvb_firmware
index 996f5786099..e67be7afc78 100755
--- a/Documentation/dvb/get_dvb_firmware
+++ b/Documentation/dvb/get_dvb_firmware
@@ -576,19 +576,10 @@ sub ngene {
576} 576}
577 577
578sub az6027{ 578sub az6027{
579 my $file = "AZ6027_Linux_Driver.tar.gz";
580 my $url = "http://linux.terratec.de/files/$file";
581 my $firmware = "dvb-usb-az6027-03.fw"; 579 my $firmware = "dvb-usb-az6027-03.fw";
580 my $url = "http://linux.terratec.de/files/TERRATEC_S7/$firmware";
582 581
583 wgetfile($file, $url); 582 wgetfile($firmware, $url);
584
585 #untar
586 if( system("tar xzvf $file $firmware")){
587 die "failed to untar firmware";
588 }
589 if( system("rm $file")){
590 die ("unable to remove unnecessary files");
591 }
592 583
593 $firmware; 584 $firmware;
594} 585}