mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-01 23:20:55 +00:00
parent
5dcf06d208
commit
1f5a083129
@ -244,8 +244,14 @@ proc drivers_start_nodes { feature_arg } {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# don't use the dynamic linker for loading the lx_hybrid nic_drv on Linux
|
||||||
|
proc nic_drv_ld_attr {} {
|
||||||
|
if {[have_spec linux]} { return {ld="no"} }
|
||||||
|
return ""
|
||||||
|
}
|
||||||
|
|
||||||
append_if [use_nic_drv feature] start_nodes {
|
append_if [use_nic_drv feature] start_nodes {
|
||||||
<start name="nic_drv">
|
<start name="nic_drv" } [nic_drv_ld_attr] {>
|
||||||
<binary name="} [nic_drv_binary] {"/>
|
<binary name="} [nic_drv_binary] {"/>
|
||||||
<resource name="RAM" quantum="8M"/>
|
<resource name="RAM" quantum="8M"/>
|
||||||
<provides><service name="Nic"/></provides>
|
<provides><service name="Nic"/></provides>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user