sculpt_manager: update wifi_drv fw ROM rules

This commit is contained in:
Josef Söntgen 2018-06-29 14:47:00 +02:00 committed by Christian Helmuth
parent 870505bcd9
commit 4a47b7cb41
1 changed files with 7 additions and 5 deletions

View File

@ -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);