1 config BR2_PACKAGE_FUSE
2 select BR2_PACKAGE_LIBPTHREAD
3 tristate "fuse (Filesystem in USErspace)"
6 With FUSE it is possible to implement a fully functional
7 filesystem in a userspace program.
12 * Simple installation (no need to patch or recompile the kernel)
13 * Secure implementation
14 * Userspace - kernel interface is very efficient
15 * Usable by non privileged users
16 * Runs on Linux kernels 2.4.X and 2.6.X
17 * Has proven very stable over time
20 http://fuse.sourceforge.net/