forked from len0rd/rockbox
Sansa Connect: Initial libertas WiFi driver port
Import non-free firmware image from linux-firmware package. Firmware loading works but is disabled at compile time because just loading firmware without configuring device results in higher power consumption without any benefit to end user. Change-Id: I8fd252c49385ede1ea4e0f9b1e29adeb331ab8ae
This commit is contained in:
parent
c9f2308a1d
commit
e11fa5f74e
15 changed files with 1142 additions and 2 deletions
|
@ -387,6 +387,11 @@ sub buildzip {
|
|||
open(NOMEDIA, ">$temp_dir/.nomedia") || die "can't open .nomedia";
|
||||
close(NOMEDIA);
|
||||
}
|
||||
# copy wifi firmware
|
||||
if ($modelname =~ /sansaconnect/) {
|
||||
glob_mkdir("$temp_dir/libertas");
|
||||
glob_copy("$ROOT/firmware/drivers/libertas/firmware/*", "$temp_dir/libertas/");
|
||||
}
|
||||
|
||||
glob_mkdir("$temp_dir/langs");
|
||||
glob_mkdir("$temp_dir/rocks");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue