1 config BR2_PACKAGE_FUSE
4 depends BR2_PACKAGE_LIBFUSE
7 config BR2_PACKAGE_LIBFUSE
8 prompt "libfuse - FUSE library"
10 default m if CONFIG_DEVEL
11 select BR2_PACKAGE_KMOD_FUSE
12 select BR2_PACKAGE_LIBPTHREAD
14 With FUSE it is possible to implement a fully functional
15 filesystem in a userspace program.
20 * Simple installation (no need to patch or recompile the kernel)
21 * Secure implementation
22 * Userspace - kernel interface is very efficient
23 * Usable by non privileged users
24 * Runs on Linux kernels 2.4.X and 2.6.X
25 * Has proven very stable over time
28 http://fuse.sourceforge.net/
30 This package contains the fuse shared library, needed by other programs.
35 config BR2_PACKAGE_FUSE_UTILS
36 prompt "fuse-utils - FUSE utilities"
38 default m if CONFIG_DEVEL
39 depends BR2_PACKAGE_LIBFUSE
40 select BR2_PACKAGE_LIBPTHREAD
42 With FUSE it is possible to implement a fully functional
43 filesystem in a userspace program.
48 * Simple installation (no need to patch or recompile the kernel)
49 * Secure implementation
50 * Userspace - kernel interface is very efficient
51 * Usable by non privileged users
52 * Runs on Linux kernels 2.4.X and 2.6.X
53 * Has proven very stable over time
56 http://fuse.sourceforge.net/
58 This package contains the fusermount userland utility.