Skip to content

Commit

Permalink
V4L/DVB (3336): Bluebird firmware hosting moved to common dvb firmwar…
Browse files Browse the repository at this point in the history
…e dir on linuxtv.org

- Get_dvb_firmware script updated accordingly:
- my $url = "http://www.linuxtv.org/~mkrufky/dvb-usb-bluebird-01.fw";
+ my $url = "http://www.linuxtv.org/download/dvb/firmware/dvb-usb-blue$

Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jan 9, 2006
1 parent b9f4ad5 commit cec4183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/dvb/get_dvb_firmware
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ sub or51132_vsb {
}

sub bluebird {
my $url = "http://www.linuxtv.org/~mkrufky/dvb-usb-bluebird-01.fw";
my $url = "http://www.linuxtv.org/download/dvb/firmware/dvb-usb-bluebird-01.fw";
my $outfile = "dvb-usb-bluebird-01.fw";
my $hash = "658397cb9eba9101af9031302671f49d";

Expand Down

0 comments on commit cec4183

Please sign in to comment.