1 config BR2_PACKAGE_KMOD_FUSE
2 prompt "kmod-fuse - FUSE kernel module"
4 default m if CONFIG_DEVEL
5 select BR2_PACKAGE_FUSE
7 With FUSE it is possible to implement a fully functional
8 filesystem in a userspace program.
13 * Simple installation (no need to patch or recompile the kernel)
14 * Secure implementation
15 * Userspace - kernel interface is very efficient
16 * Usable by non privileged users
17 * Runs on Linux kernels 2.4.X and 2.6.X
18 * Has proven very stable over time
21 http://fuse.sourceforge.net/
23 This package contains the fuse.o kernel module.