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