Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] get_dvb_firmware: ngene_18.fw added

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>

authored by

Oliver Endriss and committed by
Mauro Carvalho Chehab
f33de4aa f164396f

+7 -1
+7 -1
Documentation/dvb/get_dvb_firmware
··· 556 556 my $hash1 = "d798d5a757121174f0dbc5f2833c0c85"; 557 557 my $file2 = "ngene_17.fw"; 558 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 563 checkstandard(); 561 564 ··· 568 565 wgetfile($file2, $url . $file2); 569 566 verify($file2, $hash2); 570 567 571 - "$file1, $file2"; 568 + wgetfile($file3, $url2 . $file3); 569 + verify($file3, $hash3); 570 + 571 + "$file1, $file2, $file3"; 572 572 } 573 573 574 574 sub az6027{