let ipkg fail when a package file to be installed is not found
[openwrt.git] / openwrt / package / fuse / Config.in
1 config BR2_COMPILE_FUSE
2         tristate
3         default n
4         depends BR2_PACKAGE_LIBFUSE
5
6 config BR2_PACKAGE_LIBFUSE
7         prompt "libfuse........................... FUSE library"
8         tristate
9         default m if CONFIG_DEVEL
10         select BR2_COMPILE_FUSE
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           http://fuse.sourceforge.net/
28           
29           This package contains the fuse shared library, needed by other programs.
30           
31           Depends: libpthread
32
33 config BR2_PACKAGE_FUSE_UTILS
34         prompt   "fuse-utils...................... FUSE utilities"
35         tristate
36         default m if CONFIG_DEVEL
37         depends BR2_PACKAGE_LIBFUSE
38         select BR2_PACKAGE_LIBPTHREAD
39         help
40           With FUSE it is possible to implement a fully functional 
41           filesystem in a userspace program.
42           
43           Features include:
44           
45            * Simple library API
46            * Simple installation (no need to patch or recompile the kernel)
47            * Secure implementation
48            * Userspace - kernel interface is very efficient
49            * Usable by non privileged users
50            * Runs on Linux kernels 2.4.X and 2.6.X
51            * Has proven very stable over time
52           
53           http://fuse.sourceforge.net/
54           
55           This package contains the fusermount userland utility.
56