projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f164396
)
[media] get_dvb_firmware: ngene_18.fw added
author
Oliver Endriss
<o.endriss@gmx.de>
Mon, 10 Jan 2011 09:36:19 +0000
(06:36 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Mon, 21 Mar 2011 23:31:45 +0000
(20:31 -0300)
Add download link for ngene firmware rev 18.
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Documentation/dvb/get_dvb_firmware
patch
|
blob
|
history
diff --git
a/Documentation/dvb/get_dvb_firmware
b/Documentation/dvb/get_dvb_firmware
index 59690de8ebfe1312ddef53131e025beaf0d69a94..3348d313fbe08ca68049dc3e3e3e0580b654a5c1 100644
(file)
--- a/
Documentation/dvb/get_dvb_firmware
+++ b/
Documentation/dvb/get_dvb_firmware
@@
-556,6
+556,9
@@
sub ngene {
my $hash1 = "d798d5a757121174f0dbc5f2833c0c85";
my $file2 = "ngene_17.fw";
my $hash2 = "26b687136e127b8ac24b81e0eeafc20b";
+ my $url2 = "http://l4m-daten.de/downloads/firmware/dvb-s2/linux/all/";
+ my $file3 = "ngene_18.fw";
+ my $hash3 = "ebce3ea769a53e3e0b0197c3b3f127e3";
checkstandard();
@@
-565,7
+568,10
@@
sub ngene {
wgetfile($file2, $url . $file2);
verify($file2, $hash2);
- "$file1, $file2";
+ wgetfile($file3, $url2 . $file3);
+ verify($file3, $hash3);
+
+ "$file1, $file2, $file3";
}
sub az6027{