de985e90fe756de942c5ed039a6e0518e350e2a9
[openwrt/openwrt.git] / openwrt / package / fuse / Config.in
1 config BR2_PACKAGE_FUSE
2 select BR2_PACKAGE_LIBPTHREAD
3 depends BR2_PACKAGE_KMOD_FUSE
4 bool
5 default n
6
7 config BR2_PACKAGE_KMOD_FUSE
8 select BR2_PACKAGE_FUSE
9 tristate "kmod-fuse (FUSE kernel module)"
10 default m if CONFIG_DEVEL
11 help
12 With FUSE it is possible to implement a fully functional
13 filesystem in a userspace program.
14
15 Features include:
16
17 * Simple library API
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
24
25
26 http://fuse.sourceforge.net/
27
28 Depends: libpthread
29
30 config BR2_PACKAGE_LIBFUSE
31 depends BR2_PACKAGE_KMOD_FUSE
32 tristate "libfuse (FUSE library)"
33 default m if CONFIG_DEVEL
34 help
35 With FUSE it is possible to implement a fully functional
36 filesystem in a userspace program.
37
38 Features include:
39
40 * Simple library API
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
47
48
49 http://fuse.sourceforge.net/
50
51 Depends: libpthread
52
53 config BR2_PACKAGE_FUSE_UTILS
54 depends BR2_PACKAGE_LIBFUSE
55 tristate "fuse-utils (FUSE utilities)"
56 default m if CONFIG_DEVEL
57 help
58 With FUSE it is possible to implement a fully functional
59 filesystem in a userspace program.
60
61 Features include:
62
63 * Simple library API
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
70
71
72 http://fuse.sourceforge.net/
73
74 Depends: libpthread
75