1 config BR2_PACKAGE_FUSE
4 depends BR2_PACKAGE_KMOD_FUSE
6 config BR2_PACKAGE_KMOD_FUSE
7 select BR2_PACKAGE_FUSE
8 prompt "kmod-fuse - FUSE kernel module"
10 default m if CONFIG_DEVEL
11 select BR2_PACKAGE_FUSE
13 With FUSE it is possible to implement a fully functional
14 filesystem in a userspace program.
19 * Simple installation (no need to patch or recompile the kernel)
20 * Secure implementation
21 * Userspace - kernel interface is very efficient
22 * Usable by non privileged users
23 * Runs on Linux kernels 2.4.X and 2.6.X
24 * Has proven very stable over time
27 http://fuse.sourceforge.net/
29 This package contains the fuse.o kernel module.
32 config BR2_PACKAGE_LIBFUSE
33 prompt "libfuse - FUSE library"
35 default m if CONFIG_DEVEL
36 depends BR2_PACKAGE_KMOD_FUSE
37 select BR2_PACKAGE_LIBPTHREAD
39 With FUSE it is possible to implement a fully functional
40 filesystem in a userspace program.
45 * Simple installation (no need to patch or recompile the kernel)
46 * Secure implementation
47 * Userspace - kernel interface is very efficient
48 * Usable by non privileged users
49 * Runs on Linux kernels 2.4.X and 2.6.X
50 * Has proven very stable over time
53 http://fuse.sourceforge.net/
55 This package contains the fuse shared library, needed by other programs.
60 config BR2_PACKAGE_FUSE_UTILS
61 prompt "fuse-utils - FUSE utilities"
63 default m if CONFIG_DEVEL
64 depends BR2_PACKAGE_LIBFUSE
65 select BR2_PACKAGE_LIBPTHREAD
67 With FUSE it is possible to implement a fully functional
68 filesystem in a userspace program.
73 * Simple installation (no need to patch or recompile the kernel)
74 * Secure implementation
75 * Userspace - kernel interface is very efficient
76 * Usable by non privileged users
77 * Runs on Linux kernels 2.4.X and 2.6.X
78 * Has proven very stable over time
81 http://fuse.sourceforge.net/
83 This package contains the fusermount userland utility.