source: freewrt/package/fuse/Config.in

freewrt_2_0
Last change on this file was 81101f7, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago

some cleanup in fuse package, add wpa_supplicant dependency to madwifi, remove util-linux menu

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

  • Property mode set to 100644
File size: 1.7 KB
Line 
1config FWRT_COMPILE_FUSE
2 tristate
3 default n
4 depends FWRT_PACKAGE_LIBFUSE
5
6config FWRT_PACKAGE_LIBFUSE
7 prompt "libfuse........................... FUSE library"
8 tristate
9 default n
10 select FWRT_COMPILE_FUSE
11 select FWRT_PACKAGE_LIBPTHREAD
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 http://fuse.sourceforge.net/
27
28 This package contains the fuse shared library, needed by other programs.
29
30 Depends: libpthread
31
32config FWRT_PACKAGE_FUSE_UTILS
33 prompt "fuse-utils........................ FUSE utilities"
34 tristate
35 default n
36 select FWRT_PACKAGE_LIBFUSE
37 select FWRT_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 http://fuse.sourceforge.net/
53
54 This package contains the fusermount userland utility.
55
56config FWRT_PACKAGE_KMOD_FUSE
57 prompt "kmod-fuse......................... FUSE kernel module"
58 tristate
59 default n
60 select FWRT_PACKAGE_LIBFUSE
61 help
62 With FUSE it is possible to implement a fully functional
63 filesystem in a userspace program.
Note: See TracBrowser for help on using the repository browser.