summaryrefslogtreecommitdiffstats
path: root/Documentation/dvb/get_dvb_firmware
diff options
context:
space:
mode:
authorRenzo Dani2011-10-09 11:43:50 +0200
committerMauro Carvalho Chehab2011-10-14 15:29:45 +0200
commit873c07da6abd5519a7850caa90f226d3b15e3fba (patch)
tree6f333b3ea087e587b8a3c2a50c6366b419b6d805 /Documentation/dvb/get_dvb_firmware
parent[media] stb0899: Fix slow and not locking DVB-S transponder(s) (diff)
downloadkernel-qcow2-linux-873c07da6abd5519a7850caa90f226d3b15e3fba.tar.gz
kernel-qcow2-linux-873c07da6abd5519a7850caa90f226d3b15e3fba.tar.xz
kernel-qcow2-linux-873c07da6abd5519a7850caa90f226d3b15e3fba.zip
[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/get_dvb_firmware')
-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 996f5786099f..e67be7afc78b 100755
--- a/Documentation/dvb/get_dvb_firmware
+++ b/Documentation/dvb/get_dvb_firmware
@@ -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;
}