diff --git a/repos/ports/run/netperf.inc b/repos/ports/run/netperf.inc index bc7bc716b2..705a7a1143 100644 --- a/repos/ports/run/netperf.inc +++ b/repos/ports/run/netperf.inc @@ -155,10 +155,10 @@ append_if $use_usb_driver packages " [depot_user]/src/platform_drv " append_if $use_wifi_driver packages " [depot_user]/src/fs_rom " append_if $use_wifi_driver packages " [depot_user]/src/vfs_import " append_if $use_wifi_driver packages " [depot_user]/src/report_rom " -append_if $use_wifi_driver packages " [depot_user]/src/legacy_wifi_drv " +append_if $use_wifi_driver packages " [depot_user]/src/pc_wifi_drv " append_if $use_wifi_driver packages " [depot_user]/src/openssl " append_if $use_wifi_driver packages " [depot_user]/src/vfs_jitterentropy " -append_if $use_wifi_driver packages " [depot_user]/raw/legacy_wifi_firmware " +append_if $use_wifi_driver packages " [depot_user]/raw/wifi_firmware " import_from_depot $packages @@ -244,13 +244,13 @@ append config { - + - + 2018-01-01 00:01