mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
block_tester.run: fix use of ld attribute
This commit is contained in:
parent
9818237918
commit
ca6ee2d91a
@ -70,8 +70,8 @@ append_if [expr !$use_linux] config {
|
||||
</start>}
|
||||
|
||||
append_if $use_linux config {
|
||||
<start name="ahci_drv">
|
||||
<binary name="lx_block" ld="no"/>
|
||||
<start name="ahci_drv" ld="no">
|
||||
<binary name="lx_block"/>
|
||||
<resource name="RAM" quantum="2G"/>
|
||||
<provides><service name="Block"/></provides>
|
||||
<config file="block.raw" block_size="512" writeable="yes"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user