mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 22:47:50 +00:00
parent
dd09e900c0
commit
b6471a83aa
@ -155,10 +155,10 @@ append_if $use_usb_driver packages " [depot_user]/src/platform_drv "
|
||||
append_if $use_wifi_driver packages " [depot_user]/src/fs_rom "
|
||||
append_if $use_wifi_driver packages " [depot_user]/src/vfs_import "
|
||||
append_if $use_wifi_driver packages " [depot_user]/src/report_rom "
|
||||
append_if $use_wifi_driver packages " [depot_user]/src/legacy_wifi_drv "
|
||||
append_if $use_wifi_driver packages " [depot_user]/src/pc_wifi_drv "
|
||||
append_if $use_wifi_driver packages " [depot_user]/src/openssl "
|
||||
append_if $use_wifi_driver packages " [depot_user]/src/vfs_jitterentropy "
|
||||
append_if $use_wifi_driver packages " [depot_user]/raw/legacy_wifi_firmware "
|
||||
append_if $use_wifi_driver packages " [depot_user]/raw/wifi_firmware "
|
||||
|
||||
import_from_depot $packages
|
||||
|
||||
@ -244,13 +244,13 @@ append config { </wifi_config>
|
||||
</start>
|
||||
|
||||
<start name="nic_drv" caps="300">
|
||||
<binary name="legacy_pc_wifi_drv"/>
|
||||
<binary name="pc_wifi_drv"/>
|
||||
<resource name="RAM" quantum="32M"/>
|
||||
<config>
|
||||
<libc stdout="/dev/null" stderr="/dev/log" rtc="/dev/rtc"/>
|
||||
<vfs>
|
||||
<dir name="dev">
|
||||
<log/> <null/>
|
||||
<log/> <null/> <wifi/>
|
||||
<jitterentropy name="random"/>
|
||||
<jitterentropy name="urandom"/>
|
||||
<inline name="rtc">2018-01-01 00:01</inline>
|
||||
|
Loading…
Reference in New Issue
Block a user