diff options
| author | Adrian Bunk <bunk@stusta.de> | 2006-03-21 18:43:59 -0500 |
|---|---|---|
| committer | Adrian Bunk <bunk@stusta.de> | 2006-03-21 18:43:59 -0500 |
| commit | d7f2baaadc0e2da3b4dff76494f9cf46d48ad301 (patch) | |
| tree | 6e579b0e401aa66b4a428405b635227e7dd5de72 /Documentation/dvb | |
| parent | 43019a56aa99dbf67f32fb7bd04851b1ba63fa58 (diff) | |
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>
Diffstat (limited to 'Documentation/dvb')
| -rw-r--r-- | Documentation/dvb/get_dvb_firmware | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/dvb/get_dvb_firmware b/Documentation/dvb/get_dvb_firmware index bb55f49f2745..15fc8fbef67e 100644 --- a/Documentation/dvb/get_dvb_firmware +++ b/Documentation/dvb/get_dvb_firmware | |||
| @@ -246,7 +246,7 @@ sub vp7041 { | |||
| 246 | } | 246 | } |
| 247 | 247 | ||
| 248 | sub dibusb { | 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 | my $outfile = "dvb-dibusb-5.0.0.11.fw"; | 250 | my $outfile = "dvb-dibusb-5.0.0.11.fw"; |
| 251 | my $hash = "fa490295a527360ca16dcdf3224ca243"; | 251 | my $hash = "fa490295a527360ca16dcdf3224ca243"; |
| 252 | 252 | ||
