diff --git a/repos/dde_linux/run/nic_router_uplinks.run b/repos/dde_linux/run/nic_router_uplinks.run index 655600efb1..7be419db01 100644 --- a/repos/dde_linux/run/nic_router_uplinks.run +++ b/repos/dde_linux/run/nic_router_uplinks.run @@ -19,31 +19,22 @@ proc router_verbose_packets {} { proc router_verbose_domain_state {} { return "yes" } -source ${genode_dir}/repos/base/run/platform_drv.inc - -proc platform_drv_priority {} { return { priority="-1"} } - -append build_components { core } -append build_components { init } -append build_components { timer } -append build_components { server/nic_router } -append build_components { server/dynamic_rom } -append build_components { server/report_rom } -append build_components { drivers/wifi/pc } -append build_components { lib/vfs_wifi } -append build_components { lib/vfs_jitterentropy } -append build_components { drivers/rtc } -append build_components { drivers/nic } -append build_components { app/ping } - -append_platform_drv_build_components - -build $build_components - create_boot_directory +import_from_depot [depot_user]/src/[base_src] \ + [depot_user]/pkg/wifi \ + [depot_user]/src/acpi_drv \ + [depot_user]/src/dynamic_rom \ + [depot_user]/src/init \ + [depot_user]/src/ipxe_nic_drv \ + [depot_user]/src/nic_router \ + [depot_user]/src/pci_decode \ + [depot_user]/src/platform_drv \ + [depot_user]/src/report_rom \ + [depot_user]/src/rtc_drv -append config { +build { app/ping } +install_config { @@ -58,10 +49,45 @@ append config { - } + -append_platform_drv_config -append config { + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -106,12 +132,6 @@ append config { - - - - - - @@ -372,51 +392,7 @@ append config { } -install_config $config - -append boot_modules { - iwlwifi-1000-5.ucode - iwlwifi-3160-17.ucode - iwlwifi-3168-29.ucode - iwlwifi-5000-5.ucode - iwlwifi-6000-4.ucode - iwlwifi-6000g2a-6.ucode - iwlwifi-6000g2b-6.ucode - iwlwifi-7260-17.ucode - iwlwifi-7265-17.ucode - iwlwifi-7265D-29.ucode - iwlwifi-8000C-36.ucode - iwlwifi-8265-36.ucode - iwlwifi-9000-pu-b0-jf-b0-34.ucode - iwlwifi-9000-pu-b0-jf-b0-46.ucode - iwlwifi-QuZ-a0-hr-b0-63.ucode - regulatory.db - regulatory.db.p7s -} - -append boot_modules { report_rom } -append boot_modules { vfs_jitterentropy.lib.so } -append boot_modules { libcrypto.lib.so } -append boot_modules { libssl.lib.so } -append boot_modules { wpa_driver_nl80211.lib.so } -append boot_modules { wpa_supplicant.lib.so } -append boot_modules { vfs_wifi.lib.so } -append boot_modules { wifi.lib.so } -append boot_modules { pc_wifi_drv } -append boot_modules { core } -append boot_modules { nic_router } -append boot_modules { ld.lib.so } -append boot_modules { init } -append boot_modules { timer } -append boot_modules { ping } -append boot_modules { libc.lib.so } -append boot_modules { dynamic_rom } -append boot_modules { rtc_drv } -append boot_modules { vfs.lib.so } -append boot_modules { ipxe_nic_drv } -append_platform_drv_boot_modules - -build_boot_image $boot_modules +build_boot_image { ping } append done_string ".*router.config: change" append done_string ".*router.config: sleep 3001 milliseconds"