92852bf1cb5c843e230fb35fc404b290282ff995
[openwrt/svn-archive/archive.git] / openwrt / package / fuse / Config.in
1 config BR2_PACKAGE_FUSE
2 bool
3 default n
4 depends BR2_PACKAGE_KMOD_FUSE
5
6 config BR2_PACKAGE_KMOD_FUSE
7 select BR2_PACKAGE_FUSE
8 prompt "kmod-fuse - FUSE kernel module"
9 tristate
10 default m if CONFIG_DEVEL
11 select BR2_PACKAGE_FUSE
12 help
13 With FUSE it is possible to implement a fully functional
14 filesystem in a userspace program.
15
16 Features include:
17
18 * Simple library API
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
25
26
27 http://fuse.sourceforge.net/
28
29 This package contains the fuse.o kernel module.
30
31
32 config BR2_PACKAGE_LIBFUSE
33 prompt "libfuse - FUSE library"
34 tristate
35 default m if CONFIG_DEVEL
36 depends BR2_PACKAGE_KMOD_FUSE
37 select BR2_PACKAGE_LIBPTHREAD
38 help
39 With FUSE it is possible to implement a fully functional
40 filesystem in a userspace program.
41
42 Features include:
43
44 * Simple library API
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
51
52
53 http://fuse.sourceforge.net/
54
55 This package contains the fuse shared library, needed by other programs.
56
57 Depends: libpthread
58
59
60 config BR2_PACKAGE_FUSE_UTILS
61 prompt "fuse-utils - FUSE utilities"
62 tristate
63 default m if CONFIG_DEVEL
64 depends BR2_PACKAGE_LIBFUSE
65 select BR2_PACKAGE_LIBPTHREAD
66 help
67 With FUSE it is possible to implement a fully functional
68 filesystem in a userspace program.
69
70 Features include:
71
72 * Simple library API
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
79
80
81 http://fuse.sourceforge.net/
82
83 This package contains the fusermount userland utility.
84