source: freewrt/package/fuse/Config.in@ adf7e15

freewrt_1_0 freewrt_2_0
Last change on this file since adf7e15 was db5651c, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago

merge wbx-target-cleanup to trunk.

  • mk directory for some top level makefiles (build.mk,vars.mk)
  • add a separate configfs partition to all models, 128 kb big
  • add model and platform specific startup files and kernel configs
  • delete target/linux/package, add all addon kernel packages to packages
  • simplify target/linux/brcm-2.4/Makefile, abstraction to mk/ comes later
  • add target/image directory, place where the different images are created
  • default off for all extra packages, be sure that you enable all packages you need to get a dsl-capable router. snapshots will be created by a specific config which contains all needed stuff (iptables, pppoe, pptp, haserl, webif)

git-svn-id: svn://www.freewrt.org/trunk/freewrt@588 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 depends 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 depends 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.