aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/dvb
diff options
context:
space:
mode:
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}