mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-03 17:23:05 +00:00
Disable ping_nic_router test on linux
The test depends on working DHCP for the uplink currently.
This commit is contained in:
parent
30b47eab37
commit
5fa0de95f6
@ -19,7 +19,7 @@ proc gpio_drv { } { if {[have_spec rpi] && [have_spec hw]} { return hw_gpio_drv
|
|||||||
|
|
||||||
lappend_if [have_spec gpio] build_components drivers/gpio
|
lappend_if [have_spec gpio] build_components drivers/gpio
|
||||||
|
|
||||||
if {[have_spec foc] || [have_spec odroid_xu] ||
|
if {[have_spec foc] || [have_spec odroid_xu] || [have_spec linux] ||
|
||||||
[expr [have_spec imx53] && [have_spec trustzone]]} {
|
[expr [have_spec imx53] && [have_spec trustzone]]} {
|
||||||
puts "Run script is not supported on this platform."
|
puts "Run script is not supported on this platform."
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user