1 config BR2_PACKAGE_FUSE
2 select BR2_PACKAGE_LIBPTHREAD
3 depends BR2_PACKAGE_KMOD_FUSE
7 config BR2_PACKAGE_KMOD_FUSE
8 select BR2_PACKAGE_FUSE
9 tristate "kmod-fuse (FUSE kernel module)"
10 default m if CONFIG_DEVEL
12 With FUSE it is possible to implement a fully functional
13 filesystem in a userspace program.
18 * Simple installation (no need to patch or recompile the kernel)
19 * Secure implementation
20 * Userspace - kernel interface is very efficient
21 * Usable by non privileged users
22 * Runs on Linux kernels 2.4.X and 2.6.X
23 * Has proven very stable over time
26 http://fuse.sourceforge.net/
30 config BR2_PACKAGE_LIBFUSE
31 depends BR2_PACKAGE_KMOD_FUSE
32 tristate "libfuse (FUSE library)"
33 default m if CONFIG_DEVEL
35 With FUSE it is possible to implement a fully functional
36 filesystem in a userspace program.
41 * Simple installation (no need to patch or recompile the kernel)
42 * Secure implementation
43 * Userspace - kernel interface is very efficient
44 * Usable by non privileged users
45 * Runs on Linux kernels 2.4.X and 2.6.X
46 * Has proven very stable over time
49 http://fuse.sourceforge.net/
53 config BR2_PACKAGE_FUSE_UTILS
54 depends BR2_PACKAGE_LIBFUSE
55 tristate "fuse-utils (FUSE utilities)"
56 default m if CONFIG_DEVEL
58 With FUSE it is possible to implement a fully functional
59 filesystem in a userspace program.
64 * Simple installation (no need to patch or recompile the kernel)
65 * Secure implementation
66 * Userspace - kernel interface is very efficient
67 * Usable by non privileged users
68 * Runs on Linux kernels 2.4.X and 2.6.X
69 * Has proven very stable over time
72 http://fuse.sourceforge.net/