From dec1869e2c6ab1d1457dc6fa49ec90d2543ca089 Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Tue, 28 Nov 2023 13:50:10 +0100 Subject: [PATCH] pc_wifi.run: improve debugability --- repos/pc/run/pc_wifi.run | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/repos/pc/run/pc_wifi.run b/repos/pc/run/pc_wifi.run index 94cb6f52cd..60dfddd5c0 100644 --- a/repos/pc/run/pc_wifi.run +++ b/repos/pc/run/pc_wifi.run @@ -78,7 +78,8 @@ assert_spec x86 # create_boot_directory -import_from_depot [depot_user]/pkg/pc_wifi +import_from_depot [depot_user]/pkg/pc_wifi \ + [depot_user]/raw/pc_wifi_firmware set build_components { core init timer @@ -96,6 +97,7 @@ set build_components { append_if $debug_driver build_components { drivers/wifi lib/pc_wifi + lib/vfs_jitterentropy } build $build_components