Commit d7f2baaadc0e2da3b4dff76494f9cf46d48ad301

Authored by Adrian Bunk
1 parent 43019a56aa

Documentation/dvb/get_dvb_firmware: fix firmware URL

This patch fixes a wrong URL in Documentation/dvb/get_dvb_firmware.

This patch fixes kernel Bugzilla #4301.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

Documentation/dvb/get_dvb_firmware
... ... @@ -246,7 +246,7 @@
246 246 }
247 247  
248 248 sub dibusb {
249   - my $url = "http://www.linuxtv.org/downloads/firmware/dvb-dibusb-5.0.0.11.fw";
  249 + my $url = "http://www.linuxtv.org/downloads/firmware/dvb-usb-dibusb-5.0.0.11.fw";
250 250 my $outfile = "dvb-dibusb-5.0.0.11.fw";
251 251 my $hash = "fa490295a527360ca16dcdf3224ca243";
252 252