blob: ec9d6311939576e0f4bb22c7c97f548c35b44d87 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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).
|