* [PATCH 1/1] update az6027 firmware URL
@ 2011-10-09 10:43 Renzo Dani
0 siblings, 0 replies; only message in thread
From: Renzo Dani @ 2011-10-09 10:43 UTC (permalink / raw)
To: mchehab; +Cc: arons7, rdunlap, linux-media, linux-doc, linux-kernel
From: Renzo Dani <arons7@gmail.com>
Signed-off-by: Renzo Dani <arons7@gmail.com>
---
Documentation/dvb/get_dvb_firmware | 13 ++-----------
1 files changed, 2 insertions(+), 11 deletions(-)
diff --git a/Documentation/dvb/get_dvb_firmware b/Documentation/dvb/get_dvb_firmware
index c466f58..06456d0 100755
--- a/Documentation/dvb/get_dvb_firmware
+++ b/Documentation/dvb/get_dvb_firmware
@@ -575,19 +575,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;
}
--
1.7.3.4
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-10-09 10:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-09 10:43 [PATCH 1/1] update az6027 firmware URL Renzo Dani
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome