summaryrefslogtreecommitdiff
path: root/package/fuse/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-24 12:02:33 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-24 12:02:33 +0100
commitb3259201a158cb1a571c2a3b2976fbd7b95a4b80 (patch)
treed1bf8edcf012880df29e52bf326b96c18c624dab /package/fuse/Config.in
parent0c0ed379d9f34a2d085d9ebf7accf63d48684439 (diff)
parent537a2c4eaa446e52c6ba07007eb9ae75998b5580 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/fuse/Config.in')
-rw-r--r--package/fuse/Config.in27
1 files changed, 0 insertions, 27 deletions
diff --git a/package/fuse/Config.in b/package/fuse/Config.in
deleted file mode 100644
index 4841086d3..000000000
--- a/package/fuse/Config.in
+++ /dev/null
@@ -1,27 +0,0 @@
-config ADK_COMPILE_FUSE
- tristate
- default n
-
-config ADK_PACKAGE_FUSE_UTILS
- prompt "fuse-utils........................ FUSE utilities"
- tristate
- default n
- select ADK_COMPILE_FUSE
- select ADK_KPACKAGE_KMOD_FUSE_FS
- help
- With FUSE it is possible to implement a fully functional
- filesystem in a userspace program.
-
- Features include:
-
- * Simple library API
- * Simple installation (no need to patch or recompile the kernel)
- * Secure implementation
- * Userspace - kernel interface is very efficient
- * Usable by non privileged users
- * Runs on Linux kernels 2.4.X and 2.6.X
- * Has proven very stable over time
-
- http://fuse.sourceforge.net/
-
- This package contains the fusermount userland utility.