diff options
author | Jiri Kosina <jkosina@suse.cz> | 2011-05-18 11:06:31 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-05-18 11:06:49 -0400 |
commit | 6b7b8e488bbdedeccabdd001a78ffcbe43bb8a3a (patch) | |
tree | f2f77cc31b4548745778fca6a51b09e1d8a49804 /Documentation/dvb/get_dvb_firmware | |
parent | b50f315cbb865079a16a12fd9ae6083f98fd592c (diff) | |
parent | c1d10d18c542278b7fbc413c289d3cb6219da6b3 (diff) |
Merge branch 'master' into upstream.
This is sync with Linus' tree to receive KEY_IMAGES definition
that went in through input tree.
Diffstat (limited to 'Documentation/dvb/get_dvb_firmware')
-rw-r--r-- | Documentation/dvb/get_dvb_firmware | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Documentation/dvb/get_dvb_firmware b/Documentation/dvb/get_dvb_firmware index 59690de8ebfe..3348d313fbe0 100644 --- a/Documentation/dvb/get_dvb_firmware +++ b/Documentation/dvb/get_dvb_firmware | |||
@@ -556,6 +556,9 @@ sub ngene { | |||
556 | my $hash1 = "d798d5a757121174f0dbc5f2833c0c85"; | 556 | my $hash1 = "d798d5a757121174f0dbc5f2833c0c85"; |
557 | my $file2 = "ngene_17.fw"; | 557 | my $file2 = "ngene_17.fw"; |
558 | my $hash2 = "26b687136e127b8ac24b81e0eeafc20b"; | 558 | my $hash2 = "26b687136e127b8ac24b81e0eeafc20b"; |
559 | my $url2 = "http://l4m-daten.de/downloads/firmware/dvb-s2/linux/all/"; | ||
560 | my $file3 = "ngene_18.fw"; | ||
561 | my $hash3 = "ebce3ea769a53e3e0b0197c3b3f127e3"; | ||
559 | 562 | ||
560 | checkstandard(); | 563 | checkstandard(); |
561 | 564 | ||
@@ -565,7 +568,10 @@ sub ngene { | |||
565 | wgetfile($file2, $url . $file2); | 568 | wgetfile($file2, $url . $file2); |
566 | verify($file2, $hash2); | 569 | verify($file2, $hash2); |
567 | 570 | ||
568 | "$file1, $file2"; | 571 | wgetfile($file3, $url2 . $file3); |
572 | verify($file3, $hash3); | ||
573 | |||
574 | "$file1, $file2, $file3"; | ||
569 | } | 575 | } |
570 | 576 | ||
571 | sub az6027{ | 577 | sub az6027{ |