summaryrefslogtreecommitdiff
path: root/package/wdfs/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/wdfs/Config.in')
-rw-r--r--package/wdfs/Config.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/package/wdfs/Config.in b/package/wdfs/Config.in
deleted file mode 100644
index ec9d63119..000000000
--- a/package/wdfs/Config.in
+++ /dev/null
@@ -1,14 +0,0 @@
-config ADK_PACKAGE_WDFS
- prompt "wdfs.............................. WebDAV filesystem"
- tristate
- default n
- select ADK_PACKAGE_FUSE_UTILS
- select ADK_PACKAGE_NEON
- select ADK_PACKAGE_GLIB
- help
- WebDAV is an extension to HTTP that allows remote collaborative
- authoring of Web resources, defined in RFC 2518.
-
- wdfs is a FUSE userland filesystem allowing to mount WebDAV
- shares as local filesystems, with optional support of transparent
- versioning with subversion (not yet included in this package).