Skip to content

Commit

Permalink
[media] update az6027 firmware URL
Browse files Browse the repository at this point in the history
Signed-off-by: Renzo Dani <arons7@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Renzo Dani authored and Mauro Carvalho Chehab committed Oct 14, 2011
1 parent 39342db commit 873c07d
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions Documentation/dvb/get_dvb_firmware
Original file line number Diff line number Diff line change
Expand Up @@ -576,19 +576,10 @@ sub ngene {
}

sub az6027{
my $file = "AZ6027_Linux_Driver.tar.gz";
my $url = "http://linux.terratec.de/files/$file";
my $firmware = "dvb-usb-az6027-03.fw";
my $url = "http://linux.terratec.de/files/TERRATEC_S7/$firmware";

wgetfile($file, $url);

#untar
if( system("tar xzvf $file $firmware")){
die "failed to untar firmware";
}
if( system("rm $file")){
die ("unable to remove unnecessary files");
}
wgetfile($firmware, $url);

$firmware;
}
Expand Down

0 comments on commit 873c07d

Please sign in to comment.