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