mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
parent
ef8c98cb71
commit
2e47eb6fb9
@ -29,7 +29,8 @@ append build_components { timer }
|
|||||||
append build_components { server/nic_router }
|
append build_components { server/nic_router }
|
||||||
append build_components { server/dynamic_rom }
|
append build_components { server/dynamic_rom }
|
||||||
append build_components { server/report_rom }
|
append build_components { server/report_rom }
|
||||||
append build_components { drivers/wifi }
|
append build_components { drivers/wifi/pc }
|
||||||
|
append build_components { lib/vfs/wifi }
|
||||||
append build_components { lib/vfs/jitterentropy }
|
append build_components { lib/vfs/jitterentropy }
|
||||||
append build_components { drivers/rtc }
|
append build_components { drivers/rtc }
|
||||||
append build_components { drivers/nic }
|
append build_components { drivers/nic }
|
||||||
@ -84,11 +85,11 @@ append config {
|
|||||||
</start>
|
</start>
|
||||||
|
|
||||||
<start name="wifi_drv" caps="300" priority="-1">
|
<start name="wifi_drv" caps="300" priority="-1">
|
||||||
<binary name="legacy_pc_wifi_drv"/>
|
<binary name="pc_wifi_drv"/>
|
||||||
<resource name="RAM" quantum="32M"/>
|
<resource name="RAM" quantum="32M"/>
|
||||||
<config ld_verbose="no">
|
<config ld_verbose="no">
|
||||||
<vfs>
|
<vfs>
|
||||||
<dir name="dev"> <log/> <rtc/> <null/>
|
<dir name="dev"> <log/> <rtc/> <null/> <wifi/>
|
||||||
<jitterentropy name="random"/>
|
<jitterentropy name="random"/>
|
||||||
<jitterentropy name="urandom"/>
|
<jitterentropy name="urandom"/>
|
||||||
</dir>
|
</dir>
|
||||||
@ -374,6 +375,10 @@ append config {
|
|||||||
install_config $config
|
install_config $config
|
||||||
|
|
||||||
append boot_modules {
|
append boot_modules {
|
||||||
|
iwlwifi-1000-5.ucode
|
||||||
|
iwlwifi-3160-17.ucode
|
||||||
|
iwlwifi-3168-29.ucode
|
||||||
|
iwlwifi-5000-5.ucode
|
||||||
iwlwifi-6000-4.ucode
|
iwlwifi-6000-4.ucode
|
||||||
iwlwifi-6000g2a-6.ucode
|
iwlwifi-6000g2a-6.ucode
|
||||||
iwlwifi-6000g2b-6.ucode
|
iwlwifi-6000g2b-6.ucode
|
||||||
@ -382,7 +387,11 @@ append boot_modules {
|
|||||||
iwlwifi-7265D-29.ucode
|
iwlwifi-7265D-29.ucode
|
||||||
iwlwifi-8000C-36.ucode
|
iwlwifi-8000C-36.ucode
|
||||||
iwlwifi-8265-36.ucode
|
iwlwifi-8265-36.ucode
|
||||||
|
iwlwifi-9000-pu-b0-jf-b0-34.ucode
|
||||||
|
iwlwifi-9000-pu-b0-jf-b0-46.ucode
|
||||||
|
iwlwifi-QuZ-a0-hr-b0-63.ucode
|
||||||
regulatory.db
|
regulatory.db
|
||||||
|
regulatory.db.p7s
|
||||||
}
|
}
|
||||||
|
|
||||||
append boot_modules { report_rom }
|
append boot_modules { report_rom }
|
||||||
@ -391,8 +400,9 @@ append boot_modules { libcrypto.lib.so }
|
|||||||
append boot_modules { libssl.lib.so }
|
append boot_modules { libssl.lib.so }
|
||||||
append boot_modules { wpa_driver_nl80211.lib.so }
|
append boot_modules { wpa_driver_nl80211.lib.so }
|
||||||
append boot_modules { wpa_supplicant.lib.so }
|
append boot_modules { wpa_supplicant.lib.so }
|
||||||
append boot_modules { legacy_wifi.lib.so }
|
append boot_modules { vfs_wifi.lib.so }
|
||||||
append boot_modules { legacy_pc_wifi_drv }
|
append boot_modules { wifi.lib.so }
|
||||||
|
append boot_modules { pc_wifi_drv }
|
||||||
append boot_modules { core }
|
append boot_modules { core }
|
||||||
append boot_modules { nic_router }
|
append boot_modules { nic_router }
|
||||||
append boot_modules { ld.lib.so }
|
append boot_modules { ld.lib.so }
|
||||||
|
Loading…
Reference in New Issue
Block a user