瀏覽代碼

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>
Adrian Bunk 19 年之前
父節點
當前提交
d7f2baaadc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Documentation/dvb/get_dvb_firmware

+ 1 - 1
Documentation/dvb/get_dvb_firmware

@@ -246,7 +246,7 @@ sub vp7041 {
 }
 
 sub dibusb {
-	my $url = "http://www.linuxtv.org/downloads/firmware/dvb-dibusb-5.0.0.11.fw";
+	my $url = "http://www.linuxtv.org/downloads/firmware/dvb-usb-dibusb-5.0.0.11.fw";
 	my $outfile = "dvb-dibusb-5.0.0.11.fw";
 	my $hash = "fa490295a527360ca16dcdf3224ca243";