mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 18:56:29 +00:00
sculpt_manager: update wifi_drv fw ROM rules
This commit is contained in:
parent
870505bcd9
commit
4a47b7cb41
@ -56,14 +56,16 @@ void Sculpt::gen_wifi_drv_start_content(Xml_generator &xml)
|
||||
gen_parent_rom_route(xml, "wpa_driver_nl80211.lib.so");
|
||||
gen_parent_rom_route(xml, "wpa_supplicant.lib.so");
|
||||
gen_parent_rom_route(xml, "iwlwifi-1000-5.ucode");
|
||||
gen_parent_rom_route(xml, "iwlwifi-3160-16.ucode");
|
||||
gen_parent_rom_route(xml, "iwlwifi-3160-17.ucode");
|
||||
gen_parent_rom_route(xml, "iwlwifi-3168-17.ucode");
|
||||
gen_parent_rom_route(xml, "iwlwifi-6000-4.ucode");
|
||||
gen_parent_rom_route(xml, "iwlwifi-6000g2a-6.ucode");
|
||||
gen_parent_rom_route(xml, "iwlwifi-6000g2b-6.ucode");
|
||||
gen_parent_rom_route(xml, "iwlwifi-7260-16.ucode");
|
||||
gen_parent_rom_route(xml, "iwlwifi-7265-16.ucode");
|
||||
gen_parent_rom_route(xml, "iwlwifi-7265D-16.ucode");
|
||||
gen_parent_rom_route(xml, "iwlwifi-8000C-16.ucode");
|
||||
gen_parent_rom_route(xml, "iwlwifi-7260-17.ucode");
|
||||
gen_parent_rom_route(xml, "iwlwifi-7265-17.ucode");
|
||||
gen_parent_rom_route(xml, "iwlwifi-7265D-29.ucode");
|
||||
gen_parent_rom_route(xml, "iwlwifi-8000C-36.ucode");
|
||||
gen_parent_rom_route(xml, "iwlwifi-8265-36.ucode");
|
||||
gen_parent_route<Cpu_session> (xml);
|
||||
gen_parent_route<Pd_session> (xml);
|
||||
gen_parent_route<Rm_session> (xml);
|
||||
|
Loading…
Reference in New Issue
Block a user