lxip: VFS plugin

Provides file-system compatible to libc socket-fs requirements. This
includes pseudo file for network configuration.
This commit is contained in:
Sebastian Sumpf
2017-02-07 13:52:04 +01:00
committed by Christian Helmuth
parent 1f29e1854a
commit 304f2eaf38
9 changed files with 2182 additions and 1 deletions

View File

@ -0,0 +1,9 @@
{
global:
vfs_file_system_factory;
local:
*;
};

View File

@ -0,0 +1,2 @@
TARGET = dummy-vfs_lxip
LIBS = vfs_lxip

File diff suppressed because it is too large Load Diff