5159140e3f613bedd34af43c8c4f9ef167568784
[openwrt.git] / package / fuse / Config.in
1 config BR2_PACKAGE_FUSE
2 bool
3 default n
4 depends BR2_PACKAGE_LIBFUSE
5
6
7 config BR2_PACKAGE_LIBFUSE
8 prompt "libfuse - FUSE library"
9 tristate
10 default m if CONFIG_DEVEL
11 select BR2_PACKAGE_KMOD_FUSE
12 select BR2_PACKAGE_LIBPTHREAD
13 help
14 With FUSE it is possible to implement a fully functional
15 filesystem in a userspace program.
16
17 Features include:
18
19 * Simple library API
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
26
27
28 http://fuse.sourceforge.net/
29
30 This package contains the fuse shared library, needed by other programs.
31
32 Depends: libpthread
33
34
35 config BR2_PACKAGE_FUSE_UTILS
36 prompt "fuse-utils - FUSE utilities"
37 tristate
38 default m if CONFIG_DEVEL
39 depends BR2_PACKAGE_LIBFUSE
40 select BR2_PACKAGE_LIBPTHREAD
41 help
42 With FUSE it is possible to implement a fully functional
43 filesystem in a userspace program.
44
45 Features include:
46
47 * Simple library API
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
54
55
56 http://fuse.sourceforge.net/
57
58 This package contains the fusermount userland utility.
59
This page took 0.042226 seconds and 3 git commands to generate.