From c96730c984d04aa1d74237e57541d557774968f3 Mon Sep 17 00:00:00 2001 From: Idan Horowitz Date: Tue, 23 Apr 2024 20:30:12 +0300 Subject: [PATCH] Meta: Enable networking by default on RISC-V --- Meta/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meta/run.py b/Meta/run.py index 0beaa69e52d..14e6757738b 100755 --- a/Meta/run.py +++ b/Meta/run.py @@ -674,7 +674,7 @@ def set_up_network_hardware(config: Configuration): if provided_ethernet_device_type is not None: config.ethernet_device_type = provided_ethernet_device_type - if config.architecture in [Arch.Aarch64, Arch.RISCV64]: + if config.architecture == Arch.Aarch64: config.network_backend = None config.network_default_device = None else: