|
@@ -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;
|
|
|
}
|