1*4882a593Smuzhiyuncomment "davfs2 needs a glibc or uClibc toolchain" 2*4882a593Smuzhiyun depends on BR2_USE_MMU 3*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_USES_MUSL 4*4882a593Smuzhiyun 5*4882a593Smuzhiyunconfig BR2_PACKAGE_DAVFS2 6*4882a593Smuzhiyun bool "davfs2" 7*4882a593Smuzhiyun depends on !BR2_TOOLCHAIN_USES_MUSL # error.h 8*4882a593Smuzhiyun depends on BR2_USE_MMU # fork() 9*4882a593Smuzhiyun select BR2_PACKAGE_NEON 10*4882a593Smuzhiyun select BR2_PACKAGE_NEON_XML 11*4882a593Smuzhiyun help 12*4882a593Smuzhiyun davfs2 is a Linux file system driver that allows to 13*4882a593Smuzhiyun mount a WebDAV resource. WebDAV is an extension to HTTP/1.1 14*4882a593Smuzhiyun that allows remote collaborative authoring of Web resources. 15*4882a593Smuzhiyun To use davfs2 via /etc/fstab, FEATURE_MOUNT_HELPERS 16*4882a593Smuzhiyun must be selected in busybox configuration. 17*4882a593Smuzhiyun 18*4882a593Smuzhiyun http://savannah.nongnu.org/projects/davfs2 19