From 96b29c6f8a2aa0d26463e6c3449e2977f29ed96c Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Tue, 21 May 2019 17:00:46 +0200 Subject: [PATCH] Update lwip_lx test (vfs plugin, ld="no") --- repos/libports/run/lwip_lx.run | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/repos/libports/run/lwip_lx.run b/repos/libports/run/lwip_lx.run index 155dec03f2..eae526d356 100644 --- a/repos/libports/run/lwip_lx.run +++ b/repos/libports/run/lwip_lx.run @@ -8,6 +8,7 @@ build { core init timer drivers/nic test/lwip/http_srv + lib/vfs/lwip } create_boot_directory @@ -36,15 +37,18 @@ set config { - + - - - + + + + + + @@ -58,7 +62,7 @@ install_config $config set boot_modules { core init timer linux_nic_drv - ld.lib.so libc.lib.so vfs.lib.so libm.lib.so posix.lib.so lwip_legacy.lib.so test-lwip_httpsrv + ld.lib.so libc.lib.so vfs.lib.so libm.lib.so posix.lib.so vfs_lwip.lib.so test-lwip_httpsrv } build_boot_image $boot_modules