From 8f9056d7389bbe3da7f4e421a036773c7c144899 Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Thu, 7 Dec 2023 08:15:48 +0100 Subject: [PATCH] netperf_lwip_wifi: run on foc_x86_32 too --- repos/ports/run/netperf_lwip_wifi.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/ports/run/netperf_lwip_wifi.run b/repos/ports/run/netperf_lwip_wifi.run index 01c9b89e8e..57d79ca862 100644 --- a/repos/ports/run/netperf_lwip_wifi.run +++ b/repos/ports/run/netperf_lwip_wifi.run @@ -12,7 +12,7 @@ if {[have_include "power_on/qemu"] || [have_include "power_on/linux"]} { } if {[get_cmd_switch --autopilot] && [have_spec x86_32] && - ![expr [have_board foc] || [have_spec nova]]} { + ![expr [have_spec foc] || [have_spec nova]]} { puts stderr "\nNetperf WIFI running with non-ACPI kernel on native x86_32 test machine is not supported because of wrong interrupt number in pci config space (should be 11 instead 10).\n" exit }