Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271945
b: refs/heads/master
c: 873c07d
h: refs/heads/master
i:
  271943: 2d77ac0
v: v3
  • Loading branch information
Renzo Dani authored and Mauro Carvalho Chehab committed Oct 14, 2011
1 parent babd089 commit 8ca18f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 39342dbb27323f174b286c9e19b9687d492b2d1a
refs/heads/master: 873c07da6abd5519a7850caa90f226d3b15e3fba
13 changes: 2 additions & 11 deletions trunk/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 8ca18f1

Please sign in to comment.