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