source: freewrt/package/fuse/Config.in@ 428f140

freewrt_1_0 freewrt_2_0
Last change on this file since 428f140 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 1.5 KB
RevLine 
[475ad56]1config BR2_COMPILE_FUSE
2 tristate
3 default n
4 depends BR2_PACKAGE_LIBFUSE
5
6config 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
33config 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
Note: See TracBrowser for help on using the repository browser.