mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-11 17:00:37 +00:00
Meta: Enable networking by default on RISC-V
This commit is contained in:
parent
dfa2c98497
commit
c96730c984
Notes:
sideshowbarker
2024-07-16 20:51:53 +09:00
Author: https://github.com/IdanHo Commit: https://github.com/SerenityOS/serenity/commit/c96730c984 Pull-request: https://github.com/SerenityOS/serenity/pull/24117 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/spholz
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue